Ansible-bender: Difference between revisions

From Freephile Wiki
draft
 
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 5: Line 5:
Use root to use the in-kernel overlay filesystem.
Use root to use the in-kernel overlay filesystem.


<source lang="bash">
<syntaxhighlight lang="bash">
alias ab="ansible-bender"
alias ab="ansible-bender"
</source>
</syntaxhighlight>


Ansible-playbook is your build recipe.
Ansible-playbook is your build recipe.


[[Category:Virtualization]]
[[Category:Virtualization]]

Latest revision as of 13:30, 24 February 2025

See https://github.com/ansible-community/ansible-bender

The host requires Podman, Buildah, and Ansible (built on Python 3.6 or later).

Use root to use the in-kernel overlay filesystem.

alias ab="ansible-bender"

Ansible-playbook is your build recipe.