Initial Lab Setup

This commit is contained in:
2026-07-06 16:45:51 +02:00
commit 05184d778d
52 changed files with 2526 additions and 0 deletions
+13
View File
@@ -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