Skip to content

Commit 1bc1823

Browse files
committed
update Molecule README
1 parent 8004fd5 commit 1bc1823

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

molecule/README.md

+8-19
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ The default tested versions are postgresql 12, 13, 14, 15 and 16 on Debian 11. L
1111

1212
The default distribution is ubuntu2204. You can override th with setting the environment variable MOLECULE_DISTRO to one of:
1313

14-
* centos7
15-
* centos8
16-
* fedora37
17-
* debian9
18-
* debian10
14+
* fedora40
1915
* debian11
20-
* ubuntu1604
21-
* ubuntu1804
16+
* debian12
2217
* ubuntu2004
2318
* ubuntu2204
19+
* ubuntu2404
2420

2521
Manual execution of the molecule tests with the distro of your liking. Examples:
2622

@@ -37,7 +33,7 @@ Prior to the testing, molecule runs the prepare.yml playbook to:
3733
* Create a user called `ansible`, with the default group membership of either `wheel` (CentOS, Fedora), or `sudo` (Debian, ubuntu)
3834
* Install a couple of packages that Jeff Geerling did not install in his container images, that are needed in order to test the role properly
3935

40-
The main file ./molecule/default/molecule.yml sets up versions to test from 10 to 13.
36+
The main file ./molecule/default/molecule.yml sets up versions to test from 12 to 16.
4137

4238
## Tests
4339

@@ -48,26 +44,19 @@ The playbooks read variables from two files. One common vars file, and one with
4844

4945
```bash
5046
$ ls -1 tests/ | grep vars
51-
vars.CentOS.7.yml
52-
vars.CentOS.8.yml
53-
vars.Debian.10.yml
5447
vars.Debian.11.yml
55-
vars.Debian.9.yml
56-
vars.Debian.yml
57-
vars.Fedora.37.yml
58-
vars.Ubuntu.16.yml
59-
vars.Ubuntu.18.yml
48+
vars.Debian.12.yml
49+
vars.Fedora.40.yml
6050
vars.Ubuntu.20.yml
6151
vars.Ubuntu.22.yml
52+
vars.Ubuntu.24.yml
6253
vars.yml
6354
```
6455

65-
The main difference, currently, is which python version to use.
66-
6756
## Local installation of molecule
6857

6958
```bash
70-
pip install molecule molecule-docker
59+
pip install molecule molecule-plugins[docker]
7160
```
7261

7362
## Examples

0 commit comments

Comments
 (0)