add mod_ssl

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2016-05-27 19:01:28 +00:00
parent e5ab69b71e
commit ffcc32ea25
2 changed files with 4 additions and 3 deletions

View file

@ -20,6 +20,4 @@
SSLCertificateKeyFile /etc/pki/tls/certs/piwik.fedorainfracloud.org.key
Alias /piwik /srv/piwik
Redirect / /piwik
</VirtualHost>

View file

@ -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