mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
10 lines
201 B
INI
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
|