17 lines
387 B
INI
17 lines
387 B
INI
[defaults]
|
|
inventory = inventory/production.yml
|
|
host_key_checking = False
|
|
remote_user = deploy
|
|
private_key_file = ~/.ssh/production
|
|
timeout = 30
|
|
retry_files_enabled = False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp/ansible_facts
|
|
fact_caching_timeout = 3600
|
|
roles_path = roles
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|