vn-ansible/ansible.cfg

12 lines
227 B
INI

[defaults]
remote_user = root
host_key_checking = False
roles_path = ./roles
inventory = ./inventories/local
gathering = smart
interpreter_python = auto_silent
deprecation_warnings = False
[privilege_escalation]
become = True