Add user account for humm
This commit is contained in:
parent
a1fd5f1f91
commit
08d0fc382c
6 changed files with 20 additions and 0 deletions
|
@ -25,3 +25,8 @@ user_mgmt_default:
|
|||
present:
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBz7TX/Nm+tE/8RZ2XLuboFWUmBR0oCD0yTaRm2NILm3 deelkar@artena"
|
||||
absent: []
|
||||
humm:
|
||||
ssh_key:
|
||||
present:
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDSHkU00aO4U98ikMiiiWiEeRj/597UzFcFctwY8iwLy humm@fluorine"
|
||||
absent: []
|
||||
|
|
|
@ -16,3 +16,6 @@ user_mgmt:
|
|||
genofire:
|
||||
state: present
|
||||
groups: sudo
|
||||
humm:
|
||||
state: present
|
||||
groups: sudo
|
||||
|
|
|
@ -10,3 +10,6 @@ user_mgmt:
|
|||
fritz:
|
||||
state: present
|
||||
groups: sudo
|
||||
humm:
|
||||
state: present
|
||||
groups: sudo
|
||||
|
|
|
@ -42,3 +42,6 @@ user_mgmt:
|
|||
genofire:
|
||||
state: present
|
||||
groups: sudo
|
||||
humm:
|
||||
state: present
|
||||
groups: sudo
|
||||
|
|
|
@ -10,3 +10,6 @@ user_mgmt:
|
|||
fritz:
|
||||
state: present
|
||||
groups: sudo
|
||||
humm:
|
||||
state: present
|
||||
groups: sudo
|
||||
|
|
|
@ -10,6 +10,9 @@ user_mgmt:
|
|||
fritz:
|
||||
state: present
|
||||
groups: sudo
|
||||
humm:
|
||||
state: present
|
||||
groups: sudo
|
||||
|
||||
certbot_certs:
|
||||
- [ "wiki.ccchb.de" ]
|
||||
|
|
Loading…
Reference in a new issue