feat: add lemmy service
This commit is contained in:
parent
e00b44896f
commit
467de17183
8 changed files with 249 additions and 67 deletions
|
|
@ -10,6 +10,7 @@
|
|||
create_home: true
|
||||
password: "{{ (item.value.password != '!' or item.value.password != '*') | ternary(item.value.password | password_hash('sha512'), item.value.password) }}"
|
||||
groups: "{{ item.value.groups + (extra_groups | default([])) }}"
|
||||
append: true
|
||||
|
||||
- name: Add SSH public key to users
|
||||
loop: "{{ users | dict2items }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue