aboutsummaryrefslogblamecommitdiff
path: root/ansible/cluster_nodes.yml
blob: 94521e6b93223ff03e5fb255a643d293038ef30a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                      


                    






                        


                   
---
 
- hosts: cluster_nodes
  #serial: 1
  roles:
    - role: common
      tags: base

    - role: users
      tags: account

# UNSAFE
#    - role: network
#      tags: net

    - role: consul
      tags: kv

    - role: nomad
      tags: orchestrator

# UNSAFE
#   - role: storage
#      tags: sto