neither is that
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
c80eab5b06
commit
e5ab69b71e
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
- piwik
|
- piwik
|
||||||
|
|
||||||
- name: set up http configs for piwik
|
- name: set up http configs for piwik
|
||||||
file: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
copy: 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
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
copy: >
|
copy: >
|
||||||
src={{ private }}/files/httpd/{{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
src={{ private }}/files/httpd/{{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||||
owner=root group=root mode=0600
|
owner=root group=root mode=0600
|
||||||
notify: restart stunnel
|
|
||||||
with_items:
|
with_items:
|
||||||
- piwik.fedorainfracloud.org.cert
|
- piwik.fedorainfracloud.org.cert
|
||||||
- piwik.fedorainfracloud.org.key
|
- piwik.fedorainfracloud.org.key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue