We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be67258 commit 562f38fCopy full SHA for 562f38f
infrastructure/server-setup/inventory/demo-prod.yml
@@ -36,7 +36,12 @@ all:
36
# Allowed states:
37
# - present, user is allowed to login
38
# - absent, account is disabled
39
- users: []
+ users:
40
+ - name: vmudryi
41
+ state: present
42
+ role: admin
43
+ ssh_keys:
44
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgMcsSBwTE0EbMDRSF1T4vJDcN/5HAjKGbi2DqV7g/Q vmudryi@opencrvs.org
45
46
children:
47
master:
0 commit comments