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