13 lines
341 B
INI
13 lines
341 B
INI
[defaults]
|
|
ansible_managed = This file is managed by Ansible, manual changes will be overwritten.
|
|
inventory = inventory.yml
|
|
nocows = 1
|
|
pipelining = True
|
|
pattern =
|
|
deprecation_warnings = False
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = ~/.ansible/k-space-fact-cache
|
|
|
|
[ssh_connection]
|
|
ssh_args = -F ssh_config -M -S ~/.ssh/cm-%r@%h:%p
|