mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Rewrite podman and buildah connections (#962)
* Rewrite podman and buildah connections --------- Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
237bc385b9
commit
991e461ea5
38 changed files with 2966 additions and 344 deletions
|
|
@ -0,0 +1,22 @@
|
|||
[podman_advanced]
|
||||
podman-container
|
||||
|
||||
[podman_advanced:vars]
|
||||
ansible_host=podman-container
|
||||
ansible_connection=containers.podman.podman
|
||||
ansible_python_interpreter=/usr/local/bin/python
|
||||
|
||||
# Test different configurations
|
||||
# Basic configuration with timeout
|
||||
ansible_podman_timeout=30
|
||||
ansible_podman_retries=3
|
||||
|
||||
# Mount detection enabled by default
|
||||
ansible_podman_mount_detection=true
|
||||
ansible_podman_ignore_mount_errors=true
|
||||
|
||||
# Additional environment variables
|
||||
ansible_podman_extra_env={"TESTING": "true", "PLUGIN_VERSION": "2.0"}
|
||||
|
||||
# Connection caching and performance
|
||||
ansible_podman_timeout=15
|
||||
Loading…
Add table
Add a link
Reference in a new issue