Ansible Buildah and Ansible Bender

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Ansible Buildah

As a: UNIX and Linux system administrator

I want to: build containers using Ansible

So that: I can quickly build containers.

Using the role

Using the role in a playbook
---
- name: Install ansible-buildah
  hosts: all

  tasks:
    - name: ansible-buildah is configured
      import_role:
        name: crivetimihai.ansible-buildah
      vars:
        ansible-buildah_enable_service: true
      tags: ansible-buildah
# Install the role
ansible-galaxy install crivetimihai.ansible-buildah

# Run the playbook
ansible-playbook ansible-buildah-playbook.yml

Last update: 2020-02-04