22 lines
449 B
INI
22 lines
449 B
INI
[defaults]
|
|
inventory = inventory/hosts.ini
|
|
deprecation_warnings = False
|
|
host_key_checking = False
|
|
interpreter_python = auto_silent
|
|
pipelining = True
|
|
display_args_to_stdout = True
|
|
remote_user = root
|
|
forks = 10
|
|
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_user = root
|
|
become_ask_pass = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
|
|
|