Skip to content

Ansible role to configure rootless podman containerization

License

Notifications You must be signed in to change notification settings

droidben/ansible-podman-rootless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-podman-rootless

This ansible role is to install podman and enable rootless mode for the specified user.

Requirements

This role requires ansible-core >= 2.12, as well as the following ansible collections:

  • ansible.posix
  • containers.podman

Role Variables

The roles variables are specified in the defaults dir. See below for an overview of avaibale variables:

container_run_as_user: rootless_user
container_run_as_group: rootless_user
install_prerequisites: true
skip_preparation: false
systemd_scope: system

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - ansible-podman-rootless

License

BSD

About

Ansible role to configure rootless podman containerization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published