homelab/ansible/archive/ansible.cfg

13 lines
307 B
INI

[defaults]
inventory = inventory/hosts.ini
host_key_checking = True
deprecation_warnings = False
interpreter_python = auto_silent
vault_password_file = .vault_pass
# Paths (relative to this ansible/ directory)
roles_path = ./roles
# Show task timing and profiling
callbacks_enabled = timer, profile_tasks