diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-16 16:28:24 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-16 16:28:24 +0200 |
commit | e7ed8a49fb22e05066d3cf18f258aad0619a8e6b (patch) | |
tree | 9bd3fb02785195b8dfedae68d1254a5f6e6e311c /ansible/cluster_nodes.yml | |
parent | 3534ba1a19844e55982cb773599671d2fdb4be02 (diff) | |
download | infrastructure-e7ed8a49fb22e05066d3cf18f258aad0619a8e6b.tar.gz infrastructure-e7ed8a49fb22e05066d3cf18f258aad0619a8e6b.zip |
Update local scripts
Diffstat (limited to 'ansible/cluster_nodes.yml')
-rw-r--r-- | ansible/cluster_nodes.yml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/ansible/cluster_nodes.yml b/ansible/cluster_nodes.yml index d36a9d6..df73e79 100644 --- a/ansible/cluster_nodes.yml +++ b/ansible/cluster_nodes.yml @@ -1,11 +1,16 @@ --- - hosts: cluster_nodes + serial: 1 roles: - role: common tags: base - role: users tags: account + - role: consul + tags: kv + - role: nomad + tags: orchestrator # UNSAFE!! This section is disabled by default, to run it the flags -t net should be added # to the ansible playbook command line. @@ -18,14 +23,6 @@ - role: network tags: [ net, never ] -- hosts: cluster_nodes - serial: 1 - roles: - - role: consul - tags: kv - - role: nomad - tags: orchestrator - # UNSAFE!! This section configures glusterfs. Once done, don't run it ever again as it may break stuff. # - role: storage # tags: sto |