jelly, caddy, other stuff

This commit is contained in:
Jef Roosens 2023-12-24 20:52:13 +01:00
parent 5ad30d3343
commit 592992f031
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
17 changed files with 150 additions and 45 deletions

View file

@ -3,3 +3,8 @@
service:
name: smbd
state: restarted
- name: smbpasswd-lambroek
shell:
cmd: "smbpasswd -sa lambroek"
stdin: "{{ lambroek_password }}\n{{ lambroek_password }}"

View file

@ -16,10 +16,9 @@
create_home: false
groups:
- data
password: "{{ lambroek_password }}"
password: "{{ lambroek_password | password_hash('sha512') }}"
shell: /sbin/nologin
# TODO run "smbpasswd -a lambroek"
notify: smbpasswd-lambroek
- name: Copy over smb config file
copy: