diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 20:12:51 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 20:12:51 +0200 |
commit | 9cf37f9fe0da315b73df5933b7dd494727c1c7b8 (patch) | |
tree | aeb142ee286241b22b4267ac4aff3b899ee98a9a /ansible/cluster_nodes.yml | |
parent | 6b37b7c932857e408fcf54da37925dc58b3a0d32 (diff) | |
download | infrastructure-9cf37f9fe0da315b73df5933b7dd494727c1c7b8.tar.gz infrastructure-9cf37f9fe0da315b73df5933b7dd494727c1c7b8.zip |
Clean nomad+consul deploy tasks as we do not deploy anymore on ARM so it is untested for real
Diffstat (limited to 'ansible/cluster_nodes.yml')
-rw-r--r-- | ansible/cluster_nodes.yml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/ansible/cluster_nodes.yml b/ansible/cluster_nodes.yml index df73e79..ea58630 100644 --- a/ansible/cluster_nodes.yml +++ b/ansible/cluster_nodes.yml @@ -11,17 +11,8 @@ 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. -# Reason: when rules.{v4,v6} are changed, the whole iptables configuration is reloaded. -# This creates issues with Docker, which injects its own configuration in iptables when it starts. -# In practice, most (all?) containers will break if rules.{v4,v6} are changed, -# and docker will have to be restared. -- hosts: cluster_nodes - roles: - - role: network - tags: [ net, never ] + - role: network + tags: net # UNSAFE!! This section configures glusterfs. Once done, don't run it ever again as it may break stuff. # - role: storage |