dotfiles/.ansible.cfg

9 lines
199 B
INI
Raw Normal View History

[defaults]
inventory = ~/.ansible/inventory.yaml
2019-01-27 10:23:48 +00:00
log_path = ~/.ansible/tmp/output.log
[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