aboutsummaryrefslogblamecommitdiff
path: root/os/config/cluster_nodes.yml
blob: 0a1a98bc49afa5f662c6ac1e942bb024091c5eef (plain) (tree)
1
2
3
4
5
6
7
8
9


                      
           


                  

                   



                        

                   
 






                    

                   
---
 
- hosts: cluster_nodes
  serial: 1
  roles:
    - role: common
      tags: base
    - role: users
      tags: account
    - role: consul
      tags: kv
    - role: nomad
      tags: orchestrator
    - role: network
      tags: net

- hosts: extra_nodes
  serial: 1
  roles:
    - role: common
      tags: base
    - role: users
      tags: account
    - role: network
      tags: net