feat: add standalone playbook

This commit is contained in:
2026-06-17 14:09:19 +02:00
parent 2c29ea2780
commit ce9b5d58b4
3 changed files with 19 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
---
- name: Setup machines
hosts: all
become: true
roles:
- base
- users
- security
- docker
# - backup