Merge pull request 'chore: remove inactive admin kwasir' (#444) from chore/remove-admin-kwasir into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#444 Reviewed-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
commit
56679fc77f
2 changed files with 0 additions and 6 deletions
|
@ -24,11 +24,6 @@ users:
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGmU7MfOFuc6z5Vbwh4CbBFSg19f8B9rUO2ITjgmEvkY alex@lemmy
|
||||
sudo: yes
|
||||
docker: yes
|
||||
- logname: "kwasir"
|
||||
viewname: "Peter Seidel"
|
||||
email: "kwasir@netz39.de"
|
||||
sudo: yes
|
||||
docker: yes
|
||||
- logname: "tux"
|
||||
viewname: "Stefan Haun"
|
||||
email: "tux@netz39.de"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
ansible.builtin.lineinfile:
|
||||
path: /etc/pve/user.cfg
|
||||
regexp: "^group:Admins:"
|
||||
# group:Admins:kwasir@pam,lespocky@pam,tux@pam::
|
||||
line: "group:Admins:{{ users | map(attribute = 'logname') | join(\"@pam,\") }}@pam::"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Reference in a new issue