wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
56 stars 32 forks source link

Move and rename Consul API certificate variables #161

Closed jabassou closed 3 months ago

jabassou commented 3 months ago

This commit addresses issue #160 by moving the Consul API certificate variables from roles/consul/vars/main.yml to roles/consul/defaults/main.yml. The variables have also been renamed to remove the '__' prefix. All occurrences of these variables in the codebase have been updated to reflect the new names.

Closes #160