aboutsummaryrefslogtreecommitdiffstats
path: root/supporting/servers/roles/ngnix/tasks
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2016-11-08 08:48:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-08 08:48:02 +0000
commitc9bb3617c18ecf09d1d45acad2e80ab30e6b05b2 (patch)
tree207bfd2e9a8a7eb935a193fb0502f9a82c846863 /supporting/servers/roles/ngnix/tasks
parent72443baf2aeac22313e81f69c069df64192b71ef (diff)
parent6d8099723d5a7598c5b007ac2b89798b893ab49e (diff)
Merge "Start qtip server in qtip-dev host and add the qtip restful api online url in docs."
Diffstat (limited to 'supporting/servers/roles/ngnix/tasks')
-rw-r--r--supporting/servers/roles/ngnix/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/supporting/servers/roles/ngnix/tasks/main.yml b/supporting/servers/roles/ngnix/tasks/main.yml
index 8673b3d2..ec146850 100644
--- a/supporting/servers/roles/ngnix/tasks/main.yml
+++ b/supporting/servers/roles/ngnix/tasks/main.yml
@@ -7,5 +7,6 @@
template: src={{ item }}.conf.j2 dest=/etc/nginx/sites-enabled/{{ item }}.conf
with_items:
- elk
+ - qtip
notify:
- restart nginx