init: initial commit

This commit is contained in:
ITQ
2025-11-17 22:25:00 +03:00
commit 681e8da227
41 changed files with 1555 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# VM Setup
## Installing external roles
```bash
ansible-galaxy collection install -r requirements.yaml
ansible-galaxy install -r requirements.yaml -p external_roles
```