10 lines
315 B
INI
10 lines
315 B
INI
[defaults]
|
|
inventory = inventory/
|
|
remote_user=ansible
|
|
host_key_checking=True
|
|
roles_path=roles
|
|
interpreter_python=/usr/bin/python3
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=~/.ansible/cp/ansible-ssh-%%h-%%p-%%r -o StrictHostKeyChecking=accept-new -o IdentitiesOnly=yes
|
|
|