bootstrap: fix credentials and update roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-23 22:34:49 +01:00
parent a5afaaf4e6
commit 2ead0694ac
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@
# Root password
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
# 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")}}'
# CloudFlare
origin_certs:

View File

@ -16,17 +16,17 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: 7d2646cad4046e20b02628f4efc1e2b87deef773
version: 63998e7c92ed2db1dc1522e0bd5ca398c5434e5c
scm: git
- name: infra-role-wireguard
src: git@github.com:status-im/infra-role-wireguard.git
version: 2aa2627c9f01d5c08f43237a09dd3a7635592205
version: 56d92683bda23f75228cc4ac93b5fae47adbabeb
scm: git
- name: consul-service
src: git@github.com:status-im/infra-role-consul-service.git
version: 61a248a697d37c98b575be942bb6e86deb512380
version: 7ee51839e6a032e6ca27dfb00951e897b5385609
scm: git
- name: infra-role-geth