added nginx role
This commit is contained in:
9
roles/nginx/tasks/main.yml
Normal file
9
roles/nginx/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install and enable nginx
|
||||
include_tasks: nginx.yml
|
||||
|
||||
- name: Template config files into place
|
||||
include_tasks: template.yml
|
||||
|
||||
- name: Enable site by linking to the dir "{{ nginx_sites_enabled }}"
|
||||
include_tasks: link.yml
|
||||
Reference in New Issue
Block a user