feat(reverse-proxy): Add Caddy for reverse proxy
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
9
roles/reverse_proxy/tasks/main.yml
Normal file
9
roles/reverse_proxy/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install Prerequisites
|
||||
ansible.builtin.include_tasks: prereq.yml
|
||||
- name: Install Caddy
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
- name: Configure Caddy
|
||||
ansible.builtin.include_tasks: configure.yml
|
||||
- name: Start Caddy
|
||||
ansible.builtin.include_tasks: start.yml
|
||||
Reference in New Issue
Block a user