Move piwik and anity configs to templates
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
55183057fc
commit
10300f667f
4 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
||||||
- anitya_frontend
|
- anitya_frontend
|
||||||
|
|
||||||
- name: Install the configuration file to activate https
|
- name: Install the configuration file to activate https
|
||||||
copy: >
|
template: >
|
||||||
src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
- piwik
|
- piwik
|
||||||
|
|
||||||
- name: set up http configs for piwik
|
- name: set up http configs for piwik
|
||||||
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
template: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
- piwik-httpd.conf
|
- piwik-httpd.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue