20 lines
538 B
INI
20 lines
538 B
INI
[defaults]
|
|
inventory = ./inventory
|
|
roles_path = roles
|
|
timeout = 10
|
|
private_key_file = ~/.ssh/id_rsa
|
|
interpreter_python = auto_silent
|
|
ansible_managed = ANSIBLE deployed. DO NOT EDIT!!!
|
|
|
|
[inventory]
|
|
enable_plugins = host_list, script, auto, yaml, ini, toml
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey,keyboard-interactive -o ControlMaster=auto -o ControlPersist=60s
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_user = root
|
|
become_ask_pass = True
|