Enable and start httpd on mm-crawler and mm-frontend
This commit is contained in:
parent
0d28a56601
commit
57117196cc
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -17,3 +17,6 @@
|
|||
- restart httpd
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: startup apache
|
||||
service: name=httpd enabled=yes state=started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue