Docker Matomo Role

This Ansible role deploys a Matomo analytics platform instance using Docker.

Requirements

  • Docker and Docker-Compose installed on the host machine.
  • Nginx installed for reverse proxy configuration.
  • Certbot installed for SSL certificate generation.

Role Variables

  • domain: The domain where Matomo will be accessible.
  • administrator_email: The email used for SSL certificate registration.
  • path_docker_compose_instances: Path to store Docker Compose files.
  • http_port: The host port that Matomo will be accessible on.
  • matomo_database_password: Password for the Matomo database.

AI Generated

This script was created with the help of ChatGPT. The full conversation is here available.

Author