Install the apache configuration file for anitya https
This commit is contained in:
parent
10d75e12ac
commit
b84a23fab0
1 changed files with 13 additions and 0 deletions
|
@ -50,6 +50,19 @@
|
||||||
- config
|
- config
|
||||||
- anitya_frontend
|
- anitya_frontend
|
||||||
|
|
||||||
|
- name: Install the configuration file to activate https
|
||||||
|
copy: >
|
||||||
|
src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||||
|
owner=root group=root mode=0644
|
||||||
|
with_items:
|
||||||
|
- 0_releasemonitoring.conf
|
||||||
|
tags:
|
||||||
|
- files
|
||||||
|
- config
|
||||||
|
- anitya_frontend
|
||||||
|
notify:
|
||||||
|
- restart apache
|
||||||
|
|
||||||
- name: set sebooleans so anitya can talk to the db
|
- name: set sebooleans so anitya can talk to the db
|
||||||
action: seboolean name={{ item }}
|
action: seboolean name={{ item }}
|
||||||
state=true
|
state=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue