mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 11:04:44 +02:00
「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
16
p1/playbooks.yml
Normal file
16
p1/playbooks.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- common
|
||||
|
||||
- hosts: masters
|
||||
become: yes
|
||||
roles:
|
||||
- master
|
||||
|
||||
- hosts: workers
|
||||
become: yes
|
||||
roles:
|
||||
- worker
|
Reference in New Issue
Block a user