Turn off apache but on mdapi
This commit is contained in:
parent
d141ad1c1a
commit
6c6421fabd
1 changed files with 13 additions and 0 deletions
|
@ -28,3 +28,16 @@
|
|||
- mdapi
|
||||
- config
|
||||
|
||||
- name: stop apache service
|
||||
service: name=httpd enabled=no state=stopped
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- mdapi
|
||||
- service
|
||||
|
||||
- name: start the mdapi service
|
||||
service: name=mdapi enabled=yes state=started
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- mdapi
|
||||
- service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue