consul: update token paths in BitWarden
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d74ff169ef
commit
fbb1ee69d9
|
@ -3,10 +3,10 @@
|
|||
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
|
||||
bootstrap__admin_pass: '{{lookup("bitwarden", "macos/admin", field="password")}}'
|
||||
# Consul
|
||||
bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul", field="encryption-key")}}'
|
||||
bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul", field="agent-acl-token")}}'
|
||||
bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul/cluster", field="encryption-key")}}'
|
||||
bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="agent-default")}}'
|
||||
# Wireguard
|
||||
wireguard_consul_acl_token: '{{lookup("bitwarden", "consul", field="wireguard-acl-token")}}'
|
||||
wireguard_consul_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="wireguard")}}'
|
||||
|
||||
# Custom SSH accounts for Nimbus fleet, should start from UID 8000.
|
||||
bootstrap__active_extra_users:
|
||||
|
|
Loading…
Reference in New Issue