Compare commits

...

1 Commits

Author SHA1 Message Date
Lennart f3d8080da1 Add user account for humm 2022-07-05 23:38:30 +02:00
6 changed files with 20 additions and 0 deletions

View File

@ -24,3 +24,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: []

View File

@ -16,3 +16,6 @@ user_mgmt:
genofire:
state: present
groups: sudo
humm:
state: present
groups: sudo

View File

@ -10,3 +10,6 @@ user_mgmt:
fritz:
state: present
groups: sudo
humm:
state: present
groups: sudo

View File

@ -42,3 +42,6 @@ user_mgmt:
genofire:
state: present
groups: sudo
humm:
state: present
groups: sudo

View File

@ -10,3 +10,6 @@ user_mgmt:
fritz:
state: present
groups: sudo
humm:
state: present
groups: sudo

View File

@ -10,6 +10,9 @@ user_mgmt:
fritz:
state: present
groups: sudo
humm:
state: present
groups: sudo
certbot_certs:
- [ "wiki.ccchb.de" ]