🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-08-12 20:55:11 +02:00
parent d7bc6cb929
commit a77f436878
8 changed files with 148 additions and 0 deletions

16
p1/playbooks.yml Normal file
View File

@ -0,0 +1,16 @@
---
- hosts: all
become: yes
roles:
- common
- hosts: masters
become: yes
roles:
- master
- hosts: workers
become: yes
roles:
- worker