laurivan.mealie
laurivan.mealie
This role sets up Mealie using Docker Compose.
Requirements
None
Role Variables
Here are all the variables you can use (you can also check 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 }}"
Dependencies
Make sure you have a machine with Docker and Docker Compose installed.
Example Playbook
- hosts: servers
roles:
- 'laurivan.mealie'
License
This project is licensed under the MIT license - check the LICENSE file for more information.
Author Information
This role was created in 2023 by Laur Ivan.
Built With
Contributing
Please read CONTRIBUTING.md for details on our code of conduct and how to submit pull requests.