vn-ansible/ansible.cfg

11 lines
189 B
INI
Raw Normal View History

2024-09-23 12:30:38 +00:00
[defaults]
roles_path = ./roles
inventory = ./hosts
gathering = explicit
interpreter_python = auto_silent
remote_user = root
host_key_checking = False
[privilege_escalation]
become = True