Skip to content

Commit 14c8978

Browse files
Return all os tests
1 parent 6e68ad9 commit 14c8978

File tree

3 files changed

+101
-101
lines changed

3 files changed

+101
-101
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
3030
* Fedora 32,33
3131
* Ubuntu 16,18,20
3232

33-
**Note:** Fedora 32 and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
33+
**Note:** Fedora 32+ and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
3434

3535
## Role Variables
3636

molecule/default/molecule.yml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ platforms:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
privileged: yes
1717
pre_build_image: yes
18-
# - name: CentOS8
19-
# image: monolithprojects/systemd-centos8:latest
20-
# command: /sbin/init
21-
# tmpfs:
22-
# - /run
23-
# - /tmp
24-
# volumes:
25-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
26-
# privileged: yes
27-
# pre_build_image: yes
18+
- name: CentOS8
19+
image: monolithprojects/systemd-centos8:latest
20+
command: /sbin/init
21+
tmpfs:
22+
- /run
23+
- /tmp
24+
volumes:
25+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
26+
privileged: yes
27+
pre_build_image: yes
2828
- name: Fedora32
2929
image: monolithprojects/systemd-fedora32:latest
3030
command: /sbin/init
@@ -35,16 +35,16 @@ platforms:
3535
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3636
privileged: yes
3737
pre_build_image: yes
38-
# - name: Fedora33
39-
# image: monolithprojects/systemd-fedora33:latest
40-
# command: /sbin/init
41-
# tmpfs:
42-
# - /run
43-
# - /tmp
44-
# volumes:
45-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
46-
# privileged: yes
47-
# pre_build_image: yes
38+
- name: Fedora33
39+
image: monolithprojects/systemd-fedora33:latest
40+
command: /sbin/init
41+
tmpfs:
42+
- /run
43+
- /tmp
44+
volumes:
45+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
46+
privileged: yes
47+
pre_build_image: yes
4848
- name: Ubuntu16
4949
image: monolithprojects/systemd-ubuntu16:latest
5050
command: /sbin/init
@@ -55,26 +55,26 @@ platforms:
5555
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5656
privileged: yes
5757
pre_build_image: yes
58-
# - name: Ubuntu18
59-
# image: monolithprojects/systemd-ubuntu18:latest
60-
# command: /sbin/init
61-
# tmpfs:
62-
# - /run
63-
# - /tmp
64-
# volumes:
65-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
66-
# privileged: yes
67-
# pre_build_image: yes
68-
# - name: Ubuntu20
69-
# image: monolithprojects/systemd-ubuntu20:latest
70-
# command: /sbin/init
71-
# tmpfs:
72-
# - /run
73-
# - /tmp
74-
# volumes:
75-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
76-
# privileged: yes
77-
# pre_build_image: yes
58+
- name: Ubuntu18
59+
image: monolithprojects/systemd-ubuntu18:latest
60+
command: /sbin/init
61+
tmpfs:
62+
- /run
63+
- /tmp
64+
volumes:
65+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
66+
privileged: yes
67+
pre_build_image: yes
68+
- name: Ubuntu20
69+
image: monolithprojects/systemd-ubuntu20:latest
70+
command: /sbin/init
71+
tmpfs:
72+
- /run
73+
- /tmp
74+
volumes:
75+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
76+
privileged: yes
77+
pre_build_image: yes
7878
- name: Debian9
7979
image: monolithprojects/systemd-debian9:latest
8080
command: /sbin/init
@@ -85,16 +85,16 @@ platforms:
8585
- /sys/fs/cgroup:/sys/fs/cgroup:ro
8686
privileged: yes
8787
pre_build_image: yes
88-
# - name: Debian10
89-
# image: monolithprojects/systemd-debian10:latest
90-
# command: /sbin/init
91-
# tmpfs:
92-
# - /run
93-
# - /tmp
94-
# volumes:
95-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
96-
# privileged: yes
97-
# pre_build_image: yes
88+
- name: Debian10
89+
image: monolithprojects/systemd-debian10:latest
90+
command: /sbin/init
91+
tmpfs:
92+
- /run
93+
- /tmp
94+
volumes:
95+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
96+
privileged: yes
97+
pre_build_image: yes
9898
provisioner:
9999
name: ansible
100100
playbooks:

molecule/organization/molecule.yml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ platforms:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
privileged: yes
1717
pre_build_image: yes
18-
# - name: CentOS8
19-
# image: monolithprojects/systemd-centos8:latest
20-
# command: /sbin/init
21-
# tmpfs:
22-
# - /run
23-
# - /tmp
24-
# volumes:
25-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
26-
# privileged: yes
27-
# pre_build_image: yes
18+
- name: CentOS8
19+
image: monolithprojects/systemd-centos8:latest
20+
command: /sbin/init
21+
tmpfs:
22+
- /run
23+
- /tmp
24+
volumes:
25+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
26+
privileged: yes
27+
pre_build_image: yes
2828
- name: Fedora32
2929
image: monolithprojects/systemd-fedora32:latest
3030
command: /sbin/init
@@ -35,16 +35,16 @@ platforms:
3535
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3636
privileged: yes
3737
pre_build_image: yes
38-
# - name: Fedora33
39-
# image: monolithprojects/systemd-fedora33:latest
40-
# command: /sbin/init
41-
# tmpfs:
42-
# - /run
43-
# - /tmp
44-
# volumes:
45-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
46-
# privileged: yes
47-
# pre_build_image: yes
38+
- name: Fedora33
39+
image: monolithprojects/systemd-fedora33:latest
40+
command: /sbin/init
41+
tmpfs:
42+
- /run
43+
- /tmp
44+
volumes:
45+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
46+
privileged: yes
47+
pre_build_image: yes
4848
- name: Ubuntu16
4949
image: monolithprojects/systemd-ubuntu16:latest
5050
command: /sbin/init
@@ -55,26 +55,26 @@ platforms:
5555
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5656
privileged: yes
5757
pre_build_image: yes
58-
# - name: Ubuntu18
59-
# image: monolithprojects/systemd-ubuntu18:latest
60-
# command: /sbin/init
61-
# tmpfs:
62-
# - /run
63-
# - /tmp
64-
# volumes:
65-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
66-
# privileged: yes
67-
# pre_build_image: yes
68-
# - name: Ubuntu20
69-
# image: monolithprojects/systemd-ubuntu20:latest
70-
# command: /sbin/init
71-
# tmpfs:
72-
# - /run
73-
# - /tmp
74-
# volumes:
75-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
76-
# privileged: yes
77-
# pre_build_image: yes
58+
- name: Ubuntu18
59+
image: monolithprojects/systemd-ubuntu18:latest
60+
command: /sbin/init
61+
tmpfs:
62+
- /run
63+
- /tmp
64+
volumes:
65+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
66+
privileged: yes
67+
pre_build_image: yes
68+
- name: Ubuntu20
69+
image: monolithprojects/systemd-ubuntu20:latest
70+
command: /sbin/init
71+
tmpfs:
72+
- /run
73+
- /tmp
74+
volumes:
75+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
76+
privileged: yes
77+
pre_build_image: yes
7878
- name: Debian9
7979
image: monolithprojects/systemd-debian9:latest
8080
command: /sbin/init
@@ -85,16 +85,16 @@ platforms:
8585
- /sys/fs/cgroup:/sys/fs/cgroup:ro
8686
privileged: yes
8787
pre_build_image: yes
88-
# - name: Debian10
89-
# image: monolithprojects/systemd-debian10:latest
90-
# command: /sbin/init
91-
# tmpfs:
92-
# - /run
93-
# - /tmp
94-
# volumes:
95-
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
96-
# privileged: yes
97-
# pre_build_image: yes
88+
- name: Debian10
89+
image: monolithprojects/systemd-debian10:latest
90+
command: /sbin/init
91+
tmpfs:
92+
- /run
93+
- /tmp
94+
volumes:
95+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
96+
privileged: yes
97+
pre_build_image: yes
9898
provisioner:
9999
name: ansible
100100
playbooks:

0 commit comments

Comments
 (0)