infrastructure/ansible/cluster_nodes.yml

25 lines
300 B
YAML
Raw Normal View History

2019-06-01 14:02:49 +00:00
---
- hosts: cluster_nodes
#serial: 1
roles:
- role: common
tags: base
- role: users
tags: account
2020-02-16 19:05:47 +00:00
# UNSAFE
# - role: network
# tags: net
2019-06-01 14:02:49 +00:00
- role: consul
tags: kv
- role: nomad
tags: orchestrator
2020-02-16 19:05:47 +00:00
# UNSAFE
# - role: storage
# tags: sto