kube/ansible.cfg

14 lines
331 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
2024-07-19 09:55:40 +00:00
remote_user = root
2023-08-10 16:35:17 +00:00
[ssh_connection]
2024-07-19 09:55:40 +00:00
control_path = %(directory)s/%%r@%%h:%%p
ssh_args = -o ControlMaster=auto -o ControlPersist=8h -F ssh_config
pipelining = True