trikorasolns / ansible-buildah

Ansible buildah role to manage builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title subtitle
Buildah build
Ansible Galaxy

Role Name

Build container images with Buildah using Ansible.

Requirements

Buildah installed

Role Variables

Depending on the task being executed it has different variables.

commit

Variable Meaning
container_name Name of the container being commited
image_name Name of the image to create from the container
buildah_commit Result of the commit execution

Dependencies

None

Example Playbook

Commit

  - name: Check if container image exists
    include_role:
      name: "buildah-build"
      tasks_from: "inspect"
    vars:
      image_name: "{{ image-name }}"

License

BSD

Author Information

Trikora Solutions SL

url: www.trikorasolutions.com

Linkedin - Trikora Solutions

Linkedin - A.C.

Twitter - @trikorasolns

About

Ansible buildah role to manage builds.

License:GNU General Public License v3.0