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-24 00:56:38 +01:00
parent 6cd1036f1d
commit 296f9636c2
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 10 additions and 10 deletions

View File

@ -2,10 +2,10 @@
# Root password # Root password
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}' bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
# Consul # Consul
bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul", field="encryption-key")}}' bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul/cluster", field="encryption-key")}}'
bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul", field="agent-acl-token")}}' bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="agent-default")}}'
# Wireguard # Wireguard
wireguard_consul_acl_token: '{{lookup("bitwarden", "consul", field="wireguard-acl-token")}}' wireguard_consul_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="wireguard")}}'
# CloudFlare # CloudFlare
origin_certs: origin_certs:

View File

@ -11,27 +11,27 @@
- name: infra-role-bootstrap-linux - name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: 7d2646cad4046e20b02628f4efc1e2b87deef773 version: 63998e7c92ed2db1dc1522e0bd5ca398c5434e5c
scm: git scm: git
- name: infra-role-wireguard - name: infra-role-wireguard
src: git@github.com:status-im/infra-role-wireguard.git src: git@github.com:status-im/infra-role-wireguard.git
version: 2aa2627c9f01d5c08f43237a09dd3a7635592205 version: 56d92683bda23f75228cc4ac93b5fae47adbabeb
scm: git scm: git
- name: consul-service - name: consul-service
src: git@github.com:status-im/infra-role-consul-service.git src: git@github.com:status-im/infra-role-consul-service.git
version: 61a248a697d37c98b575be942bb6e86deb512380 version: 7ee51839e6a032e6ca27dfb00951e897b5385609
scm: git scm: git
- name: systemd-timer - name: systemd-timer
src: git@github.com:status-im/infra-role-systemd-timer.git src: git@github.com:status-im/infra-role-systemd-timer.git
version: fbcc0ce58776c59cf6e0ff9b7d605663ac3e7b95 version: 827033833eaf994d3b6f6ac1b555b90fdf1dd467
scm: git scm: git
- name: swap-file - name: swap-file
src: git@github.com:status-im/infra-role-swap-file.git src: git@github.com:status-im/infra-role-swap-file.git
version: 7b63fb7b5f0c525aa191e1a410fd79f7eab8d11a version: 3fb0fb8d313ab388df1b38d516e2ff88b72a2cf7
scm: git scm: git
- name: open-ports - name: open-ports
@ -51,10 +51,10 @@
- name: elasticsearch - name: elasticsearch
src: git@github.com:status-im/infra-role-elasticsearch.git src: git@github.com:status-im/infra-role-elasticsearch.git
version: f38d712b12e205d245cc692b6e99049acaf9401e version: 47d5b38ddb22437ca0a93e060e67f46baca66293
scm: git scm: git
- name: elasticsearch-hq - name: elasticsearch-hq
src: git@github.com:status-im/infra-role-elasticsearch-hq.git src: git@github.com:status-im/infra-role-elasticsearch-hq.git
version: a92df1ac36c9a8e86fabefb54e24fe33d572ce10 version: 15df93e6c6394cfa71b5e8147f74987217171e99
scm: git scm: git