Files
vps/ansible/ansible.cfg
T

14 lines
286 B
INI

[defaults]
inventory = inventory/hosts.yml
roles_path = roles
interpreter_python = auto_silent
stdout_callback = default
bin_ansible_callbacks = True
retry_files_enabled = False
host_key_checking = True
[privilege_escalation]
become = True
become_method = sudo
become_ask_pass = False