bootstrap: provide SSH access to ivansete

This commit is contained in:
Anton Iakimov 2023-10-04 12:41:41 +02:00
parent 726363f3fa
commit 3d0eb07857
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
3 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,7 @@
---
# Custom SSH accounts, should start from UID 8000.
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'

View File

@ -1,4 +1,7 @@
---
# Custom SSH accounts, should start from UID 8000.
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
postgres_ha_service_name: 'nim-waku-store-db'
postgres_ha_cont_image: 'postgres:15.1-alpine'

View File

@ -1,4 +1,7 @@
---
# Custom SSH accounts, should start from UID 8000.
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'