vn-ansible/ansible.cfg

11 lines
196 B
INI
Raw Normal View History

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