This role installs Mealie via Docker compose.
None
All variables are listed below (see also defaults/main.yml
).
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 }}"
You need a machine with docker and docker-compose installed.
- hosts: servers
roles:
- 'laurivan.mealie'
This project is licensed under the MIT license - see the LICENSE file for details.
This role was created in 2023 by Laur Ivan.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.