summaryrefslogtreecommitdiffstats
path: root/supporting/servers/roles/ngnix/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'supporting/servers/roles/ngnix/tasks/main.yml')
-rw-r--r--supporting/servers/roles/ngnix/tasks/main.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/supporting/servers/roles/ngnix/tasks/main.yml b/supporting/servers/roles/ngnix/tasks/main.yml
deleted file mode 100644
index ec146850..00000000
--- a/supporting/servers/roles/ngnix/tasks/main.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- name: nginx is installed
- become: true
- package: name=nginx state=present
-- name: qtip server configuration is generated
- become: true
- template: src={{ item }}.conf.j2 dest=/etc/nginx/sites-enabled/{{ item }}.conf
- with_items:
- - elk
- - qtip
- notify:
- - restart nginx