diff options
author | Quentin <quentin@deuxfleurs.fr> | 2019-06-01 16:02:49 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-07-11 09:33:07 +0200 |
commit | 61d009f18d5886db8b22ae41e04bb41a4ba2fddb (patch) | |
tree | e44bb326caf3107653c7a48749527cfd77f02cf2 /ansible/cluster_nodes.yml | |
download | infrastructure-61d009f18d5886db8b22ae41e04bb41a4ba2fddb.tar.gz infrastructure-61d009f18d5886db8b22ae41e04bb41a4ba2fddb.zip |
Initial commit
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 |