Skip to content

Commit 604eb68

Browse files
author
Bryan Kendall
committed
replace hard-coded vault token with all variable
1 parent b1bd35b commit 604eb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-vault.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ container_run_args: >
2626
vault_seed_values:
2727
- key: secret/loggly
2828
data:
29-
token: f673760d-e0b3-4a93-a15e-2862ea074f91
29+
token: "{{ loggly_token }}"
3030
- key: secret/rabbitmq
3131
data:
3232
username: "{{ rabbit_username }}"

0 commit comments

Comments
 (0)