vn-ansible/ansible.cfg

12 lines
227 B
INI
Raw Permalink Normal View History

2024-10-16 15:53:15 +00:00
[defaults]
remote_user = root
host_key_checking = False
roles_path = ./roles
inventory = ./inventories/local
2024-10-16 15:53:15 +00:00
gathering = smart
interpreter_python = auto_silent
deprecation_warnings = False
[privilege_escalation]
become = True