ansible-nginx/tasks/main.yml

24 lines
403 B
YAML

---
- name: INCLUDE | Install
include: install.yml
- name: INCLUDE | Prepare
include: prepare.yml
- name: INCLUDE | Install
include: config.yml
- name: INCLUDE | Upstream configuration
include: upstream.yml
- name: INCLUDE | htpasswd configuration
include: htpasswd.yml
- name: INCLUDE | SSL configuration
include: ssl.yml
- name: INCLUDE | Vhosts configuration
include: vhost.yml