diff --git a/playbooks/templates/credentials.yml.j2 b/playbooks/templates/credentials.yml.j2 new file mode 100644 index 0000000..662a7bc --- /dev/null +++ b/playbooks/templates/credentials.yml.j2 @@ -0,0 +1,8 @@ +--- +consul: + root_token: + secret_id: "{{ _consul_root_token }}" + tokens: + agent: "{{ _consul_agents_token }}" +nomad: + root_token: "{{ _nomad_root_token }}"