feat: Add nginx-proxy role for nginx and certbot

This commit is contained in:
gemini
2026-03-01 22:23:38 +01:00
parent 90cbc8813c
commit e3dcd0158c
9 changed files with 241 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
---
- name: Include Nginx installation and configuration tasks
ansible.builtin.include_tasks:
file: install_nginx.yml
- name: Include Certbot installation and configuration tasks
ansible.builtin.include_tasks:
file: install_certbot.yml
- name: Include Generate Certs tasks
ansible.builtin.include_tasks:
file: generate_certs.yml
- name: Include Create Vhosts tasks
ansible.builtin.include_tasks:
file: create_vhosts.yml