/ansible-poudriere-modules

Ansible modules to manipulate poudriere

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Ansible Modules for poudriere

Ansible modules for poudriere

Requirements

  • Ansible >= TBD
  • poudriere

Installation and use

$ ansible-galaxy install koichirok.poudriere_modules

Once installed, use the modules in playbook or role:

- name: Load modules
  roles:
     - koichirok.poudriere_modules
  tasks:
    ...

Modules

see python scripts under the library directory.

License

GPLv3