30 lines
615 B
YAML
30 lines
615 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: rockylinux8
|
|
image: "eniocarboni/docker-rockylinux-systemd:8"
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
cgroupns_mode: host
|
|
command: /usr/sbin/init
|
|
privileged: true
|
|
pre_build_image: true
|
|
- name: rockylinux9
|
|
image: "eniocarboni/docker-rockylinux-systemd:9"
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
cgroupns_mode: host
|
|
privileged: true
|
|
pre_build_image: true
|
|
command: /usr/sbin/init
|
|
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: prepare.yml
|
|
verifier:
|
|
name: ansible
|