vn-ansible/ansible.cfg

11 lines
190 B
INI
Raw Normal View History

2024-09-23 12:30:38 +00:00
[defaults]
roles_path = ./roles
inventory = ./hosts
2024-09-23 14:32:28 +00:00
gathering = smart
2024-09-23 12:30:38 +00:00
interpreter_python = auto_silent
remote_user = awx-user
2024-09-23 12:30:38 +00:00
host_key_checking = False
[privilege_escalation]
become = True