feat: generate credentials.yml from template
This commit is contained in:
parent
489f9aa101
commit
370fc65b23
8
playbooks/templates/credentials.yml.j2
Normal file
8
playbooks/templates/credentials.yml.j2
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
consul:
|
||||
root_token:
|
||||
secret_id: "{{ _consul_root_token }}"
|
||||
tokens:
|
||||
agent: "{{ _consul_agents_token }}"
|
||||
nomad:
|
||||
root_token: "{{ _nomad_root_token }}"
|
Loading…
Reference in New Issue
Block a user