This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
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