Add ansible-navigator.yml

This commit is contained in:
2026-04-27 08:41:05 +02:00
parent e5cd662eef
commit 531fbd7d13
+21
View File
@@ -0,0 +1,21 @@
---
# ansible-navigator configuration file, added in home directory as .ansible-navigator.yml
ansible-navigator:
ansible:
config:
path: /home/YOURUSER/.ansible.cfg
app: run
execution-environment:
container-engine: podman
enabled: true
image: example.com/execution-environment:latest
pull:
policy: tag
# Output to stdout, to look and function identically as normal ansible-playbook command.
mode: stdout
# Normally ansible-navigator outputs the entire play output/result into an artifact file. Disable that, as it quickly bloats.
playbook-artifact:
enable: false
# Disable generation of log files from ansible-navigator.
logging:
file: /dev/null