mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
12 lines
355 B
Text
12 lines
355 B
Text
[buildah]
|
|
buildah-container ansible_ssh_pipelining=true
|
|
[buildah:vars]
|
|
# 1. install buildah
|
|
# 2. create container:
|
|
# $ sudo buildah from --name=buildah-container python:2
|
|
# 3. run test:
|
|
# $ ansible-test integration connection_buildah
|
|
# 6. remove container
|
|
# $ sudo buildah rm buildah-container
|
|
ansible_host=buildah-container
|
|
ansible_connection=buildah
|