Small improvement to consul kv role

This commit is contained in:
IamTheFij 2022-06-28 12:08:23 -07:00
parent ce09177479
commit 41343a6d2c
1 changed files with 2 additions and 9 deletions

View File

@ -60,18 +60,14 @@
# pointing to 127.0.0.1 and possibly restart Docker and Nomad
- name: Add values
delegate_to: localhost
run_once: true
block:
- name: Install python-consul
pip:
name: python-consul
extra_args: --index-url https://pypi.org/simple
- name: Add a value to Consul
consul_kv:
host: "{{ inventory_hostname }}"
key: ansible_test
value: Hello from Ansible!
- name: Set hostname
consul_kv:
host: "{{ inventory_hostname }}"
@ -79,9 +75,6 @@
# TODO: propogate this through via Consul and Nomad templates rather than Terraform
value: dev.homelab
delegate_to: localhost
run_once: true
- name: Setup Vault cluster
hosts: vault_instances