blob: 0a1a98bc49afa5f662c6ac1e942bb024091c5eef (
plain) (
tree)
|
|
---
- 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
|