14 lines
589 B
INI
14 lines
589 B
INI
[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
|