kube/ansible.cfg
2024-07-28 01:42:55 +03:00

16 lines
372 B
INI

[defaults]
inventory = ansible/inventory.yml
nocows = 1
pattern =
deprecation_warnings = False
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/k-space-fact-cache
fact_caching_timeout = 7200
remote_user = root
[ssh_connection]
control_path = ~/.ssh/cm-%%r@%%h:%%p
ssh_args = -o ControlMaster=auto -o ControlPersist=8h -F ansible/ssh_config
pipelining = True