openqa/server: Mostly revert previous commit
Actually openQA playbook already includes the apache role, which sets up the config file. The 404s are for some other reason. But keep the comment change.
This commit is contained in:
parent
3fcfa93fc4
commit
acf096e829
1 changed files with 3 additions and 11 deletions
|
@ -35,9 +35,9 @@
|
||||||
## FIXME: this only works for pgsql ATM
|
## FIXME: this only works for pgsql ATM
|
||||||
# - deployment_type
|
# - deployment_type
|
||||||
## string - Fedora Infrastructure thing; for this role, decides
|
## string - Fedora Infrastructure thing; for this role, decides
|
||||||
## whether to enable some openQA plugins and an Apache
|
## whether to enable some openQA plugins that should be
|
||||||
## module that should be enabled only in Fedora infra.
|
## enabled only in Fedora infra. Don't set it outside
|
||||||
## Don't set it on deployments outside Fedora infra.
|
## Fedora infra.
|
||||||
#
|
#
|
||||||
# If openqa_dbhost is set, the others must be too, and the server will be
|
# If openqa_dbhost is set, the others must be too, and the server will be
|
||||||
# configured to use a pgsql database accordingly. If openqa_dbhost is not
|
# configured to use a pgsql database accordingly. If openqa_dbhost is not
|
||||||
|
@ -178,14 +178,6 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Enable mod_status (for Fedora infrastructure)
|
|
||||||
template: src="{{ files }}/httpd/apachestatus.conf" dest=/etc/httpd/conf.d/apachestatus.conf
|
|
||||||
when: deployment_type is defined
|
|
||||||
notify:
|
|
||||||
- reload httpd
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
|
|
||||||
- name: OpenQA config
|
- name: OpenQA config
|
||||||
template: src=openqa.ini.j2 dest=/etc/openqa/openqa.ini owner=geekotest group=root mode=0644
|
template: src=openqa.ini.j2 dest=/etc/openqa/openqa.ini owner=geekotest group=root mode=0644
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue