bootstrap: add missing admin pass for macos hosts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9c8b0f6185
commit
237da365e7
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
# Root password
|
||||
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
|
||||
bootstrap__admin_pass: '{{lookup("bitwarden", "macos/admin", field="password")}}'
|
||||
# Consul encryption key
|
||||
bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul", field="encryption-key")}}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue