From 2ead0694acf9bb27909fd0c0dd20af071fdee6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 23 Feb 2022 22:34:49 +0100 Subject: [PATCH] bootstrap: fix credentials and update roles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/all.yml | 6 +++--- ansible/requirements.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 5586909..beba69a 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -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: diff --git a/ansible/requirements.yml b/ansible/requirements.yml index bf54452..222b2ae 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -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