gitea: add config
This commit is contained in:
parent
fe35e4baf1
commit
56faa4323b
17 changed files with 354 additions and 13 deletions
9
roles/gitea-web/tasks/main.yml
Normal file
9
roles/gitea-web/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Ensure Caddyfile is present
|
||||
template:
|
||||
src: 'gitea.Caddyfile.j2'
|
||||
dest: '/etc/caddy/gitea.Caddyfile'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: caddy-reload
|
||||
Loading…
Add table
Add a link
Reference in a new issue