mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
17 lines
162 B
YAML
17 lines
162 B
YAML
---
|
|
|
|
- hosts: all
|
|
become: yes
|
|
roles:
|
|
- common
|
|
|
|
- hosts: masters
|
|
become: yes
|
|
roles:
|
|
- master
|
|
|
|
- hosts: workers
|
|
become: yes
|
|
roles:
|
|
- worker
|