-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.yml
More file actions
115 lines (93 loc) · 3.7 KB
/
config.yml
File metadata and controls
115 lines (93 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- &common_amd64_platform_config
cgroupns_mode: host
command: /lib/systemd/systemd
image: docker.io/geerlingguy/docker-amazonlinux2023-ansible:latest
name: amazonlinux2023-systemd-amd64
platform: amd64
pre_build_image: true
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /var/lib/containerd
- &common_arm64_platform_config
<<: *common_amd64_platform_config
name: amazonlinux2023-systemd-arm64
platform: arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-debian10-ansible:latest
name: debian10-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-debian10-ansible:latest
name: debian10-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-debian11-ansible:latest
name: debian11-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-debian11-ansible:latest
name: debian11-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-debian12-ansible:latest
name: debian12-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-debian12-ansible:latest
name: debian12-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-debian13-ansible:latest
name: debian13-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-debian13-ansible:latest
name: debian13-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/cisagov/docker-debian14-ansible:latest
name: debian14-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/cisagov/docker-debian14-ansible:latest
name: debian14-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/cisagov/docker-kali-ansible:latest
name: kali-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/cisagov/docker-kali-ansible:latest
name: kali-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
name: fedora42-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
name: fedora42-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-fedora43-ansible:latest
name: fedora43-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-fedora43-ansible:latest
name: fedora43-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
name: ubuntu-22-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest
name: ubuntu-22-systemd-arm64
- <<: *common_amd64_platform_config
image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
name: ubuntu-24-systemd-amd64
- <<: *common_arm64_platform_config
image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
name: ubuntu-24-systemd-arm64
provisioner:
name: ansible
config_options:
defaults:
# Molecule used to add ${MOLECULE_PROJECT_DIRECTORY}/. to this
# path for us pre-25.2.0, but now we have to do it ourselves.
# See ansible/molecule#4380 and
# https://github.com/ansible/molecule/releases/tag/v25.2.0 for
# more details.
roles_path: ~/.cache/molecule/skeleton-ansible-role/${MOLECULE_SCENARIO_NAME}/roles:${MOLECULE_PROJECT_DIRECTORY}/..:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
verifier:
name: testinfra