feat: add main infra

This commit is contained in:
2023-05-13 02:30:08 +02:00
commit a195aaeedb
9 changed files with 230 additions and 0 deletions

4
ansible.cfg Normal file
View File

@@ -0,0 +1,4 @@
[defaults]
inventory = hosts
host_key_checking = False
roles_path = "./roles"