Skip to content

Commit 562f38f

Browse files
committed
fix
1 parent be67258 commit 562f38f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

infrastructure/server-setup/inventory/demo-prod.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ all:
3636
# Allowed states:
3737
# - present, user is allowed to login
3838
# - absent, account is disabled
39-
users: []
39+
users:
40+
- name: vmudryi
41+
state: present
42+
role: admin
43+
ssh_keys:
44+
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgMcsSBwTE0EbMDRSF1T4vJDcN/5HAjKGbi2DqV7g/Q vmudryi@opencrvs.org
4045

4146
children:
4247
master:

0 commit comments

Comments
 (0)