vn-ansible/ansible.cfg

11 lines
196 B
INI

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