add some basic stuff

This commit is contained in:
2025-05-24 19:14:07 +03:00
parent 1ae998e670
commit 61ebb5abd8
2 changed files with 30 additions and 0 deletions

14
ansible.cfg Normal file
View File

@@ -0,0 +1,14 @@
[defaults]
host_key_checking = false
fact_caching = jsonfile
fact_caching_connection = /tmp/facts_cache
library = library
gather_facts = true
interpreter_python = auto
remote_user = user
[connection]
pipelining = True
[ssh_connection]
pipelining = True