add mod_ssl
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
e5ab69b71e
commit
ffcc32ea25
2 changed files with 4 additions and 3 deletions
|
@ -20,6 +20,4 @@
|
|||
SSLCertificateKeyFile /etc/pki/tls/certs/piwik.fedorainfracloud.org.key
|
||||
|
||||
Alias /piwik /srv/piwik
|
||||
|
||||
Redirect / /piwik
|
||||
</VirtualHost>
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
- name: install piwik package
|
||||
dnf: state=present name=piwik
|
||||
dnf: state=present name={{ item }}
|
||||
with_items:
|
||||
- piwik
|
||||
- mod_ssl
|
||||
tags:
|
||||
- packages
|
||||
- piwik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue