Remove set hostname because that's now done in bootstrap

This commit is contained in:
IamTheFij 2022-07-27 15:57:12 -07:00
parent c111427052
commit eaa81ddc8a
1 changed files with 0 additions and 7 deletions

View File

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