17 lines
440 B
YAML
17 lines
440 B
YAML
---
|
|
|
|
mealie_docker_version: "latest"
|
|
mealie_port: "9925"
|
|
mealie_timezone: "Europe/Brussels"
|
|
|
|
# Mealie paths
|
|
mealie_root_path: /opt/mealie
|
|
mealie_config_path: "{{ mealie_root_path }}/conf"
|
|
mealie_data_path: "{{ mealie_root_path }}/data"
|
|
mealie_skeleton_paths:
|
|
- "{{ mealie_config_path }}"
|
|
- "{{ mealie_data_path }}"
|
|
|
|
# Documentation
|
|
mealie_documentation_link: "https://git.laurivan.com/Dev/ansible-role-mealie/src/branch/main/README.md"
|