computer-playbook/roles/docker-matomo
Kevin Veen-Birkenbach 015794458e Removed obsolete version attribute 2024-04-04 15:54:21 +02:00
..
tasks Restructured code and matrix rol 2024-01-19 15:12:18 +01:00
templates Removed obsolete version attribute 2024-04-04 15:54:21 +02:00
vars Implemented vars, tasks and templates for central database setup until mastodon role 2024-01-02 21:13:34 +01:00
README.md renamed variable 2023-12-07 16:56:43 +01:00

README.md

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.

Dependencies

  • nginx-docker-reverse-proxy: An Ansible role for configuring the reverse proxy.

Example Playbook

- hosts: servers
  roles:
    - { role: docker-matomo, domain: 'example.com', http_port: 8080 }

AI Generated

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