Enable and start httpd on mm-crawler and mm-frontend

This commit is contained in:
Adrian Reber 2015-05-07 10:18:57 +00:00
parent 0d28a56601
commit 57117196cc
2 changed files with 6 additions and 0 deletions

View file

@ -58,3 +58,6 @@
- name: install the crawler distribute script
copy: src=run_crawler.sh dest=/usr/local/bin/run_crawler.sh mode=0755
- name: startup apache
service: name=httpd enabled=yes state=started

View file

@ -17,3 +17,6 @@
- restart httpd
tags:
- config
- name: startup apache
service: name=httpd enabled=yes state=started