mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user