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
|
||||
- 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
|
||||
action: seboolean name={{ item }}
|
||||
state=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue