vn-ansible/ansible.cfg

11 lines
202 B
INI
Raw Normal View History

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