self-hosting/ansible.cfg

9 lines
261 B
INI

[defaults]
vault_password_file = get-vault-password.sh
stdout_callback = yaml
inventory = inventory/
roles_path = roles/
[ssh_connection]
pipelining = True
ssh_args = -o UserKnownHostsFile=known_hosts -o ControlMaster=auto -o ControlPersist=120s -F ssh_config