ansible-nginx/tasks/main.yml

24 lines
403 B
YAML
Raw Normal View History

2015-07-15 17:14:39 +07:00
---
2015-07-15 20:18:51 +07:00
2016-01-12 00:20:42 +07:00
- name: INCLUDE | Install
include: install.yml
- name: INCLUDE | Prepare
include: prepare.yml
- name: INCLUDE | Install
include: config.yml
2015-12-09 23:06:59 +07:00
2015-07-15 21:26:27 +07:00
- name: INCLUDE | Upstream configuration
include: upstream.yml
2015-07-15 20:18:51 +07:00
- name: INCLUDE | htpasswd configuration
include: htpasswd.yml
2016-01-12 17:16:41 +07:00
- name: INCLUDE | SSL configuration
2016-01-12 00:20:42 +07:00
include: ssl.yml
2015-07-15 20:18:51 +07:00
- name: INCLUDE | Vhosts configuration
include: vhost.yml