summaryrefslogtreecommitdiffstats
path: root/opt/servers/roles/ngnix/tasks/main.yml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-12-08 17:07:41 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2016-12-08 17:10:27 +0800
commit506f51c433c8df784370491199cbafb6595ec243 (patch)
tree26321eb4a1e4e76e44640ad7e13edfe1704143d0 /opt/servers/roles/ngnix/tasks/main.yml
parent5a8fbd42df001313a3ffae71142fedba9f421b59 (diff)
Fix role name error
JIRA: QTIP-159 Change-Id: Idb4d43accaf0186f53c338624513e172dc54b9a8 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'opt/servers/roles/ngnix/tasks/main.yml')
-rw-r--r--opt/servers/roles/ngnix/tasks/main.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/opt/servers/roles/ngnix/tasks/main.yml b/opt/servers/roles/ngnix/tasks/main.yml
deleted file mode 100644
index 5c78166c..00000000
--- a/opt/servers/roles/ngnix/tasks/main.yml
+++ /dev/null
@@ -1,13 +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
- - testapi
- notify:
- - restart nginx