@@ -15,102 +15,114 @@ lint: |
15
15
ansible-lint
16
16
flake8
17
17
platforms :
18
- - command : /lib/systemd/systemd
18
+ - cgroupns_mode : host
19
+ command : /lib/systemd/systemd
19
20
image : geerlingguy/docker-amazonlinux2-ansible:latest
20
21
name : amazonlinux2-systemd
21
22
platform : amd64
22
23
pre_build_image : yes
23
24
privileged : yes
24
25
volumes :
25
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
26
- - command : /lib/systemd/systemd
26
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
27
+ - cgroupns_mode : host
28
+ command : /lib/systemd/systemd
27
29
image : geerlingguy/docker-debian9-ansible:latest
28
30
name : debian9-systemd
29
31
platform : amd64
30
32
pre_build_image : yes
31
33
privileged : yes
32
34
volumes :
33
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
34
- - command : /lib/systemd/systemd
35
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
36
+ - cgroupns_mode : host
37
+ command : /lib/systemd/systemd
35
38
image : geerlingguy/docker-debian10-ansible:latest
36
39
name : debian10-systemd
37
40
platform : amd64
38
41
pre_build_image : yes
39
42
privileged : yes
40
43
volumes :
41
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
42
- - command : /lib/systemd/systemd
44
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
45
+ - cgroupns_mode : host
46
+ command : /lib/systemd/systemd
43
47
image : geerlingguy/docker-debian11-ansible:latest
44
48
name : debian11-systemd
45
49
platform : amd64
46
50
pre_build_image : yes
47
51
privileged : yes
48
52
volumes :
49
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
50
- - command : /lib/systemd/systemd
53
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
54
+ - cgroupns_mode : host
55
+ command : /lib/systemd/systemd
51
56
image : cisagov/docker-debian12-ansible:latest
52
57
name : debian12-systemd
53
58
platform : amd64
54
59
pre_build_image : yes
55
60
privileged : yes
56
61
volumes :
57
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
58
- - command : /lib/systemd/systemd
62
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
63
+ - cgroupns_mode : host
64
+ command : /lib/systemd/systemd
59
65
image : cisagov/docker-kali-ansible:latest
60
66
name : kali-systemd
61
67
platform : amd64
62
68
pre_build_image : yes
63
69
privileged : yes
64
70
volumes :
65
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
66
- - command : /lib/systemd/systemd
71
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
72
+ - cgroupns_mode : host
73
+ command : /lib/systemd/systemd
67
74
image : geerlingguy/docker-fedora35-ansible:latest
68
75
name : fedora35-systemd
69
76
platform : amd64
70
77
pre_build_image : yes
71
78
privileged : yes
72
79
volumes :
73
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
74
- - command : /lib/systemd/systemd
80
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
81
+ - cgroupns_mode : host
82
+ command : /lib/systemd/systemd
75
83
image : geerlingguy/docker-fedora36-ansible:latest
76
84
name : fedora36-systemd
77
85
platform : amd64
78
86
pre_build_image : yes
79
87
privileged : yes
80
88
volumes :
81
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
82
- - command : /lib/systemd/systemd
89
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
90
+ - cgroupns_mode : host
91
+ command : /lib/systemd/systemd
83
92
image : geerlingguy/docker-fedora37-ansible:latest
84
93
name : fedora37-systemd
85
94
platform : amd64
86
95
pre_build_image : yes
87
96
privileged : yes
88
97
volumes :
89
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
90
- - command : /lib/systemd/systemd
98
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
99
+ - cgroupns_mode : host
100
+ command : /lib/systemd/systemd
91
101
image : geerlingguy/docker-ubuntu1804-ansible:latest
92
102
name : ubuntu-18-systemd
93
103
platform : amd64
94
104
pre_build_image : yes
95
105
privileged : yes
96
106
volumes :
97
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
98
- - command : /lib/systemd/systemd
107
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
108
+ - cgroupns_mode : host
109
+ command : /lib/systemd/systemd
99
110
image : geerlingguy/docker-ubuntu2004-ansible:latest
100
111
name : ubuntu-20-systemd
101
112
platform : amd64
102
113
pre_build_image : yes
103
114
privileged : yes
104
115
volumes :
105
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
106
- - command : /lib/systemd/systemd
116
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
117
+ - cgroupns_mode : host
118
+ command : /lib/systemd/systemd
107
119
image : geerlingguy/docker-ubuntu2204-ansible:latest
108
120
name : ubuntu-22-systemd
109
121
platform : amd64
110
122
pre_build_image : yes
111
123
privileged : yes
112
124
volumes :
113
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
125
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
114
126
provisioner :
115
127
name : ansible
116
128
inventory :
0 commit comments