diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-02-16 20:05:47 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-02-16 20:05:47 +0100 |
commit | ea32facca263f3b3b5e12dd3193625d2ac2b7b9e (patch) | |
tree | a2fe6cd9a6e4b556fb49a209074c4ef2a96a64cc /ansible/cluster_nodes.yml | |
parent | cbd12c18779e6ecb0587ba06c256ffb930f35e67 (diff) | |
download | infrastructure-ea32facca263f3b3b5e12dd3193625d2ac2b7b9e.tar.gz infrastructure-ea32facca263f3b3b5e12dd3193625d2ac2b7b9e.zip |
Safer Ansible
Diffstat (limited to 'ansible/cluster_nodes.yml')
-rw-r--r-- | ansible/cluster_nodes.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ansible/cluster_nodes.yml b/ansible/cluster_nodes.yml index 2fc0eb6..94521e6 100644 --- a/ansible/cluster_nodes.yml +++ b/ansible/cluster_nodes.yml @@ -9,8 +9,9 @@ - role: users tags: account - - role: network - tags: net +# UNSAFE +# - role: network +# tags: net - role: consul tags: kv @@ -18,5 +19,6 @@ - role: nomad tags: orchestrator - - role: storage - tags: sto +# UNSAFE +# - role: storage +# tags: sto |