infrastructure/os/config/cluster_nodes.yml

20 lines
379 B
YAML
Raw Permalink Normal View History

2019-06-01 14:02:49 +00:00
---
- hosts: cluster_nodes
2020-06-16 14:28:24 +00:00
serial: 1
2019-06-01 14:02:49 +00:00
roles:
- role: common
tags: base
- role: users
tags: account
2020-06-16 14:28:24 +00:00
- role: consul
tags: kv
- role: nomad
tags: orchestrator
- role: network
tags: net
2019-06-01 14:02:49 +00:00
# UNSAFE!! This section configures glusterfs. Once done, don't run it ever again as it may break stuff.
2020-02-16 19:05:47 +00:00
# - role: storage
# tags: sto