An Ansible Role that installs Podman on Linux.
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
# A list of users who will be used podman.
rootless_users: []
None.
This is a sample playbook file for deploying the Ansible Galaxy podman role and installing podman.
- hosts: all
roles:
- diodonfrost.podman
This project uses Molecule to aid in the development and testing.
To develop or test you'll need to have installed the following:
# Test ansible role with centos 8
molecule test
# Test ansible role with ubuntu 20.04
image=ansible-ubuntu:20.04 molecule test
# Test ansible role with alpine latest
image=ansible-alpine:rolling molecule test
# Create centos 8 instance
molecule create
# Apply role on centos 8 instance
molecule converge
# Launch tests on centos 8 instance
molecule verify
Apache 2.0
This role was created in 2020 by diodonfrost.