2023-08-10 16:35:17 +00:00
|
|
|
[defaults]
|
2024-07-27 20:54:50 +00:00
|
|
|
inventory = ansible/inventory.yml
|
2023-08-10 16:35:17 +00:00
|
|
|
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 11:08:51 +00:00
|
|
|
|
|
|
|
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]
|
2024-07-19 11:08:51 +00:00
|
|
|
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
|