dotfiles/.ansible.cfg

10 lines
246 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
2019-10-12 13:52:04 +01:00
vault_password_file = ~/.ansible/.vault.passwd
[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