Skip to content

Instantly share code, notes, and snippets.

@freedomfury
Created February 3, 2023 14:04
Show Gist options
  • Select an option

  • Save freedomfury/fa2a4ed5f6f1ed51663b4b27258ada11 to your computer and use it in GitHub Desktop.

Select an option

Save freedomfury/fa2a4ed5f6f1ed51663b4b27258ada11 to your computer and use it in GitHub Desktop.
molecule podman systemd
---
dependency:
name: galaxy
driver:
name: podman
platforms:
- name: c01-alma8
image: almalinux/8-init
pre_build_image: true
systemd: true
command: /usr/sbin/init
- name: c01-rhel7
image: registry.access.redhat.com/ubi7/ubi-init
pre_build_image: true
systemd: true
command: /usr/sbin/init
- name: c01-rhel8
image: registry.access.redhat.com/ubi8/ubi-init
pre_build_image: true
systemd: true
command: /usr/sbin/init
- name: c01-amaz2
image: robertdebock/amazonlinux
pre_build_image: true
systemd: true
command: /sbin/init
provisioner:
name: ansible
verifier:
name: ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment