Created
November 14, 2022 10:47
-
-
Save egdoc/67a095640e443d70d226b08e9f5b4157 to your computer and use it in GitHub Desktop.
Use Docker to test systemd services with molecule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| dependency: | |
| name: galaxy | |
| driver: | |
| name: docker | |
| platforms: | |
| - name: instance | |
| image: geerlingguy/docker-fedora36-ansible:latest | |
| command: /lib/systemd/systemd | |
| volumes: | |
| - /sys/fs/cgroup:/sys/fs/cgroup:ro | |
| cgroupns_mode: host | |
| privileged: true | |
| pre_build_image: true | |
| provisioner: | |
| name: ansible | |
| verifier: | |
| name: ansible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment