Ansible Buildah and Ansible Bender
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.ansible-buildah vars: ansible-buildah_enable_service: true tags: ansible-buildah
# Install the role ansible-galaxy install devopstoolbox.ansible-buildah # Run the playbook ansible-playbook ansible-buildah-playbook.yml
Last update: 2020-02-09