Initial Lab Setup
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user