summaryrefslogtreecommitdiffstats
path: root/edge/sample/clusterForm.yml
blob: 81752aaadf7e84c89608313875790d38e0ea0508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- hosts: all
  roles:
  - clusterForm_common
  become: true

- hosts: master
  roles:
  - clusterForm_master
  become: true

- hosts: slaves
  roles:
  - clusterForm_slave(s)
  become: true