kube/ansible.cfg

16 lines
356 B
INI
Raw Normal View History

2023-08-10 16:35:17 +00:00
[defaults]
inventory = inventory.yml
nocows = 1
2024-07-19 09:55:40 +00:00
pattern =
2023-08-10 16:35:17 +00:00
deprecation_warnings = False
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/k-space-fact-cache
fact_caching_timeout = 7200
2024-07-19 09:55:40 +00:00
remote_user = root
2023-08-10 16:35:17 +00:00
[ssh_connection]
control_path = ~/.ssh/cm-%%r@%%h:%%p
2024-07-19 09:55:40 +00:00
ssh_args = -o ControlMaster=auto -o ControlPersist=8h -F ssh_config
pipelining = True