Skip to content

trikorasolns/ansible-buildah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published