aboutsummaryrefslogtreecommitdiff
path: root/ansible/cluster_nodes.yml
blob: 2fc0eb69f8ba85b0e8b4f7a7656bbb9225c1b0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
 
- hosts: cluster_nodes
  #serial: 1
  roles:
    - role: common
      tags: base

    - role: users
      tags: account

    - role: network
      tags: net

    - role: consul
      tags: kv

    - role: nomad
      tags: orchestrator

    - role: storage
      tags: sto