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
|
2024-09-24 07:38:05 +00:00
|
|
|
remote_user = awx-user
|
2024-09-23 12:30:38 +00:00
|
|
|
host_key_checking = False
|
|
|
|
|
|
|
|
[privilege_escalation]
|
|
|
|
become = True
|