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