aboutsummaryrefslogtreecommitdiff
path: root/os/config/roles/consul
diff options
context:
space:
mode:
authorLUXEY Adrien <adrien.luxey@inria.fr>2021-03-23 17:09:09 +0100
committerLUXEY Adrien <adrien.luxey@inria.fr>2021-03-23 17:09:09 +0100
commit6f09e7de1c053ff33daad161b5e62e6b31638c53 (patch)
treecf4e4660fcc7098ce1759326b5a0df0d46d3ef37 /os/config/roles/consul
parent5126868e30960ef77af8b87357d1fd8646972397 (diff)
parent7277927ea31ea66f1a3b186423ba59fac2d30d0f (diff)
downloadinfrastructure-6f09e7de1c053ff33daad161b5e62e6b31638c53.tar.gz
infrastructure-6f09e7de1c053ff33daad161b5e62e6b31638c53.zip
Merge branch 'hammerhead_install' into main
Diffstat (limited to 'os/config/roles/consul')
-rw-r--r--os/config/roles/consul/tasks/main.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/os/config/roles/consul/tasks/main.yml b/os/config/roles/consul/tasks/main.yml
index 340d4d7..da6f6f1 100644
--- a/os/config/roles/consul/tasks/main.yml
+++ b/os/config/roles/consul/tasks/main.yml
@@ -1,14 +1,14 @@
-- name: "Set consul version"
- set_fact:
- consul_version: 1.9.1
+# - name: "Set consul version"
+# set_fact:
+# consul_version: 1.9.1
-- name: "Download and install Consul for x86_64"
- unarchive:
- src: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip"
- dest: /usr/local/bin
- remote_src: yes
- when:
- - "ansible_architecture == 'x86_64'"
+# - name: "Download and install Consul for x86_64"
+# unarchive:
+# src: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip"
+# dest: /usr/local/bin
+# remote_src: yes
+# when:
+# - "ansible_architecture == 'x86_64'"
- name: "Create consul configuration directory"
file: path=/etc/consul/ state=directory