Files
lab-rack/ansible.cfg
T

14 lines
589 B
INI
Raw Normal View History

2026-07-06 16:45:51 +02:00
[defaults]
inventory = inventory.ini
# Disable those annoying deprecation warnings
deprecation_warnings = False
# Make the output more readable (shows time taken for each task)
callbacks_enabled = profile_tasks
# Optional: Use the 'yaml' callback for much prettier error messages
# # Use the default plugin but tell it to format as YAML
stdout_callback = default
result_format = yaml
vault_password_file = ~/.ansible_vault_pass
host_key_checking = False
collections_path = ~/.ansible/collections:/opt/homebrew/Cellar/ansible/14.0.0/libexec/lib/python3.14/site-packages/ansible_collections