hashistack/playbooks/templates/credentials.yml.j2
Bertrand Lanson 08909ceed0
All checks were successful
development / Check commit compliance (push) Successful in 28s
feat: add global variables for nomad deployment
2024-05-16 17:29:41 +02:00

17 lines
478 B
Django/Jinja

---
consul:
gossip_encryption_key: "{{ _consul_gossip_encryption_key }}"
root_token:
secret_id: "{{ _consul_root_token }}"
tokens:
agent:
accessor_id: "{{ _consul_agents_accesor }}"
secret_id: "{{ _consul_agents_token }}"
vault:
accessor_id: "{{ _consul_vault_accessor }}"
secret_id: "{{ _consul_vault_token }}"
nomad:
gossip_encryption_key: "{{ _nomad_gossip_encryption_key }}"
root_token:
secret_id: "{{ _nomad_root_token }}"