]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - README.md
nodejs: Don't try to install "npm", its included in "nodejs" package
[AnsibleRoles.git] / README.md
index 4f4d33f732c0c111d9860fa41300fcbe7d4ddec0..6d64b5f20b1b7c3180915851b7fa36ed5d04e2ad 100644 (file)
--- 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.