infrastructure/ansible/cluster_nodes.yml
2020-02-16 20:05:47 +01:00

25 lines
300 B
YAML

---
- 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