mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
renamed variable
This commit is contained in:
@@ -12,7 +12,7 @@ This Ansible role deploys a Matomo analytics platform instance using Docker.
|
||||
|
||||
- `domain`: The domain where Matomo will be accessible.
|
||||
- `administrator_email`: The email used for SSL certificate registration.
|
||||
- `docker_compose_instances_directory`: Path to store Docker Compose files.
|
||||
- `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.
|
||||
|
||||
|
@@ -1,2 +1,2 @@
|
||||
---
|
||||
docker_compose_instance_directory: "{{docker_compose_instances_directory}}matomo/"
|
||||
docker_compose_instance_directory: "{{path_docker_compose_instances}}matomo/"
|
Reference in New Issue
Block a user