nginx/tasks/main.yml

14 lines
256 B
YAML

---
- name: "[NGINX] - Install packages"
include: install.yml
- name: "[NGINX] - Configure nginx"
include: config.yml
- name: "[NGINX] - Set SSL configuration"
include: ssl.yml
- name: "[NGINX] - Create Vhosts configuration"
include: vhost.yml