nginx/tasks/main.yml

14 lines
256 B
YAML
Raw Normal View History

2021-03-14 11:20:09 +01:00
---
- 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