ansible_buildah
title: Buildah build subtitle: 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
About
Executes buildah statements for building container images.
Install
ansible-galaxy install trikorasolns/ansible-buildah
License
gpl-3.0
Downloads
19
Owner