2017-10-12 22:28:35 +01:00
|
|
|
[defaults]
|
|
|
|
inventory = ~/.ansible/inventory.yaml
|
2019-01-27 10:23:48 +00:00
|
|
|
log_path = ~/.ansible/tmp/output.log
|
2019-10-12 13:52:04 +01:00
|
|
|
vault_password_file = ~/.ansible/.vault.passwd
|
2019-05-25 13:01:21 +01:00
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
ssh_args = -o RemoteCommand=none
|
2019-05-29 19:27:58 +01:00
|
|
|
pipelining = True
|
|
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|