Version 0.1: Inital working deployment version

This commit is contained in:
2024-12-04 10:33:29 +01:00
parent b5d0dc3f2b
commit d608cff6fc
26 changed files with 479 additions and 0 deletions

8
ansible.cfg Normal file
View File

@@ -0,0 +1,8 @@
[defaults]
nocows = 1
host_key_checking = false
inventory = ./hosts.ini
ansible_python_interpreter = /usr/bin/python3
[ssh_connections]
pipelining = true