[defaults]
# Use the Python interpreter from the virtual environment
interpreter_python = auto_silent
# Collection paths
collections_paths = ~/.ansible/collections:/usr/share/ansible/collections
# Use localhost for local testing
host_key_checking = False
inventory = playbooks/inventory.ini
# Display more detailed output
stdout_callback = yaml
# Show skipped tasks
display_skipped_hosts = True
[inventory]
enable_plugins = host_list, script, auto, yaml, ini, toml
[privilege_escalation]
become = False
[connection]
# Use local connection for testing
connection = local