consul: add mandatory agent ACL token
https://github.com/status-im/infra-hq/issues/70 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fb7bde2377
commit
cdf63cba43
|
@ -2,8 +2,9 @@
|
||||||
# Root password
|
# Root password
|
||||||
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
|
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
|
||||||
bootstrap__admin_pass: '{{lookup("bitwarden", "macos/admin", field="password")}}'
|
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")}}'
|
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.
|
# Custom SSH accounts for Nimbus fleet, should start from UID 8000.
|
||||||
bootstrap__active_extra_users:
|
bootstrap__active_extra_users:
|
||||||
|
|
|
@ -16,17 +16,17 @@
|
||||||
|
|
||||||
- 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: 31bf1de9c804d57e017554cfa9fc59b45b855c2c
|
version: 3b61bca714677e6a2a44a7500659b16b78977181
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-bootstrap-windows
|
- name: infra-role-bootstrap-windows
|
||||||
src: git@github.com:status-im/infra-role-bootstrap-windows.git
|
src: git@github.com:status-im/infra-role-bootstrap-windows.git
|
||||||
version: fff7b208602b0ca1b3409dd626c53fbec3c08fbf
|
version: 6b883f69072e26e1efc8c43b52de3af64d41c9e4
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-bootstrap-macos
|
- name: infra-role-bootstrap-macos
|
||||||
src: git@github.com:status-im/infra-role-bootstrap-macos.git
|
src: git@github.com:status-im/infra-role-bootstrap-macos.git
|
||||||
version: 66749c3ed6394a71e2b4e781376cd29b3e09d99b
|
version: f91aae959976703a638a007245970e936da7b781
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-wireguard
|
- name: infra-role-wireguard
|
||||||
|
|
Loading…
Reference in New Issue