From 4213b322c1c578f2fa58531fc0d83b43372a4ef1 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 27 Jul 2022 15:57:12 -0700 Subject: [PATCH] Remove set hostname because that's now done in bootstrap --- nomad/setup-cluster.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nomad/setup-cluster.yml b/nomad/setup-cluster.yml index fb4fe1f..249e26a 100644 --- a/nomad/setup-cluster.yml +++ b/nomad/setup-cluster.yml @@ -70,13 +70,6 @@ name: python-consul extra_args: --index-url https://pypi.org/simple - - name: Set hostname - consul_kv: - host: "{{ inventory_hostname }}" - key: global/base_hostname - # TODO: propogate this through via Consul and Nomad templates rather than Terraform - value: dev.homelab - - name: Write values consul_kv: host: "{{ inventory_hostname }}"