X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=AnsibleRoles.git;a=blobdiff_plain;f=README.md;h=6d64b5f20b1b7c3180915851b7fa36ed5d04e2ad;hp=4f4d33f732c0c111d9860fa41300fcbe7d4ddec0;hb=c5a86aa9fb59eddd3e083955f421cdbdce49cd51;hpb=78c948a7b7c01f5ec9d122c1f94f04b8344a4a95 diff --git a/README.md b/README.md index 4f4d33f..6d64b5f 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,31 @@ Generic "base role" for the operating system, pulls in the actual OS and distribution specific role (e. g. "debian-base"). +### piwik + +#### Depends on / Pulls in + + - os-base + - apache2-php5 + +#### Installed Packages + + - piwik + +#### Variables + + - `piwik_apt_repository` + - `piwik_vhost_ipa` + - `piwik_vhost_port` + - `piwik_vhost_fqdn` + - `piwik_admin_email` + - `piwik_db_host`: Initial database host. + - `piwik_db_user`: Initial database user. + - `piwik_db_password`: Initial database password. + - `piwik_db_name`: Initial database name. + - `piwik_trusted_hosts`: Initial list of trusted hosts. + + ### postfix Postfix SMTP server setup.