diff options
Diffstat (limited to 'ansible/cluster_nodes.yml')
-rw-r--r-- | ansible/cluster_nodes.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ansible/cluster_nodes.yml b/ansible/cluster_nodes.yml new file mode 100644 index 0000000..2fc0eb6 --- /dev/null +++ b/ansible/cluster_nodes.yml @@ -0,0 +1,22 @@ +--- + +- 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 |