1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00
Files
geerlingguy-ansible-for-devops/https-self-signed/provisioning/ansible.cfg
2017-12-23 00:13:53 -06:00

10 lines
201 B
INI

[defaults]
host_key_checking = False
roles_path = ./roles
nocows = 1
vault_password_file = ~/.ansible/J2-vault-password.txt
[ssh_connection]
control_path = %(directory)s/%%h-%%p-%%r
pipelining = True