Skip to content

Commit

Permalink
Fixing error with token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Apr 21, 2023
1 parent d98e5e2 commit f9aca73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/vars/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ vault:
node_pass: s1cret0
password_mutual: 0tr0s1cret0
# K3s secrets
k3s:
k3s_token: s1cret0
cluster:
k3s:
token: s1cret0
# traefik secrets
traefik:
basic_auth:
Expand Down

0 comments on commit f9aca73

Please sign in to comment.