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 }}"