fix password format used for root
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cae0195d03
commit
f4a20bc128
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Root password
|
||||
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
||||
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass-sha512")}}'
|
||||
# Consul encryption key
|
||||
bootstrap__consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue