feat: generate credentials.yml from template

This commit is contained in:
Bertrand Lanson 2024-05-03 00:34:11 +02:00
parent 489f9aa101
commit 370fc65b23

View File

@ -0,0 +1,8 @@
---
consul:
root_token:
secret_id: "{{ _consul_root_token }}"
tokens:
agent: "{{ _consul_agents_token }}"
nomad:
root_token: "{{ _nomad_root_token }}"