First commit

This commit is contained in:
2024-05-30 17:04:14 +02:00
commit 4c7e68c276
8 changed files with 133 additions and 0 deletions

6
ansible.cfg Normal file
View File

@@ -0,0 +1,6 @@
[defaults]
inventory = hosts
remote_user = root
forks = 8
interpreter_python = /usr/bin/python3
nocows=1