add personal samba share; split -web configurations to make services
easier to run on other devices
This commit is contained in:
parent
3cd1f7c4fc
commit
04e9f8438d
16 changed files with 109 additions and 51 deletions
9
roles/lander-web/tasks/main.yml
Normal file
9
roles/lander-web/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Ensure Caddyfile is present
|
||||
template:
|
||||
src: 'lander.Caddyfile.j2'
|
||||
dest: '/etc/caddy/lander.Caddyfile'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: caddy-reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue