Skip to content

Commit 320f0c2

Browse files
committed
testing
1 parent d1b5437 commit 320f0c2

File tree

1 file changed

+6
-2
lines changed
  • infrastructure/server-setup/inventory

1 file changed

+6
-2
lines changed

infrastructure/server-setup/inventory/demo1.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ all:
3131
# Allowed states:
3232
# - present, user is allowed to login
3333
# - absent, account is disabled
34-
users: []
35-
34+
users:
35+
- name: vmudryi
36+
ssh_keys:
37+
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgMcsSBwTE0EbMDRSF1T4vJDcN/5HAjKGbi2DqV7g/Q vmudryi@opencrvs.org
38+
state: present
39+
role: admin
3640
children:
3741
master:
3842
hosts:

0 commit comments

Comments
 (0)