taskotron: start httpd where needed
This commit is contained in:
parent
4bb95e7c2a
commit
66b02305a7
6 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
# one for taskotron and one for resultsdb. The url scheme also stays
|
||||
# closer to stg/prod
|
||||
---
|
||||
- name: start httpd (provided in the apache role)
|
||||
service: name=httpd state=started
|
||||
|
||||
- name: ensure packages required for proxying are installed (yum)
|
||||
yum: name={{ item }} state=present enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue