migrate forgejo
This commit is contained in:
parent
9eb399876e
commit
589f45b786
7 changed files with 73 additions and 35 deletions
|
|
@ -0,0 +1,6 @@
|
|||
- name: Deploy Caddyfile for {{ service_name }}
|
||||
ansible.builtin.template:
|
||||
src: compose-service.caddy.j2
|
||||
dest: '{{ caddyfiles_directory }}/{{ service_name }}'
|
||||
mode: '644'
|
||||
when: "'caddy' in group_names"
|
||||
Loading…
Add table
Add a link
Reference in a new issue