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/os/config/cluster_nodes.yml

26 lines
390 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
2022-03-09 15:54:19 +00:00
- hosts: extra_nodes
serial: 1
roles:
- role: common
tags: base
- role: users
tags: account
2022-08-17 10:26:23 +00:00
- role: network
tags: net