Add base hostname to consul in Playbook

This commit is contained in:
IamTheFij 2022-06-17 15:19:43 -07:00
parent 16b9440e12
commit ce18650e1f
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@
key: ansible_test
value: Hello from Ansible!
- 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
delegate_to: localhost
run_once: true