Add Ansible config

This commit is contained in:
2023-08-10 19:35:17 +03:00
parent d0bfdf5147
commit fe25d03989
3 changed files with 45 additions and 0 deletions

12
ansible.cfg Normal file
View File

@@ -0,0 +1,12 @@
[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