9 lines
199 B
INI
9 lines
199 B
INI
[defaults]
|
|
inventory = ~/.ansible/inventory.yaml
|
|
log_path = ~/.ansible/tmp/output.log
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o RemoteCommand=none
|
|
pipelining = True
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|