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
2019-07-11 09:33:07 +02:00

23 lines
279 B
YAML

---
- hosts: cluster_nodes
#serial: 1
roles:
- role: common
tags: base
- role: users
tags: account
- role: network
tags: net
- role: consul
tags: kv
- role: nomad
tags: orchestrator
- role: storage
tags: sto