From cdf63cba432e075bb0a13f4ec31a532457153ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 8 Feb 2022 11:58:55 +0100 Subject: [PATCH] consul: add mandatory agent ACL token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-hq/issues/70 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/all.yml | 3 ++- ansible/requirements.yml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 500f46f..fcc596e 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -2,8 +2,9 @@ # Root password bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}' bootstrap__admin_pass: '{{lookup("bitwarden", "macos/admin", field="password")}}' -# Consul encryption key +# Consul encryption key and ACL token bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul", field="encryption-key")}}' +bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul", field="agent-acl-token")}}' # Custom SSH accounts for Nimbus fleet, should start from UID 8000. bootstrap__active_extra_users: diff --git a/ansible/requirements.yml b/ansible/requirements.yml index abbb46c..05ea1b1 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: 31bf1de9c804d57e017554cfa9fc59b45b855c2c + version: 3b61bca714677e6a2a44a7500659b16b78977181 scm: git - name: infra-role-bootstrap-windows src: git@github.com:status-im/infra-role-bootstrap-windows.git - version: fff7b208602b0ca1b3409dd626c53fbec3c08fbf + version: 6b883f69072e26e1efc8c43b52de3af64d41c9e4 scm: git - name: infra-role-bootstrap-macos src: git@github.com:status-im/infra-role-bootstrap-macos.git - version: 66749c3ed6394a71e2b4e781376cd29b3e09d99b + version: f91aae959976703a638a007245970e936da7b781 scm: git - name: infra-role-wireguard