Go to file
2023-01-12 11:29:21 +01:00
.github feat: Initial commit 2023-01-09 15:42:53 +01:00
defaults feat: Mealie works with sqlite. 2023-01-09 16:40:13 +01:00
files feat: Initial commit 2023-01-09 15:42:53 +01:00
handlers feat: Initial commit 2023-01-09 15:42:53 +01:00
meta Fix container version. 2023-01-11 21:36:11 +01:00
molecule/default feat: Initial commit 2023-01-09 15:42:53 +01:00
tasks feat: Mealie works with sqlite. 2023-01-09 16:40:13 +01:00
templates feat: Mealie works with sqlite. 2023-01-09 16:40:13 +01:00
.ansible-lint feat: Initial commit 2023-01-09 15:42:53 +01:00
.gitattributes feat: Initial commit 2023-01-09 15:42:53 +01:00
.gitignore feat: Initial commit 2023-01-09 15:42:53 +01:00
.travis.yml feat: Initial commit 2023-01-09 15:42:53 +01:00
.yamllint feat: Initial commit 2023-01-09 15:42:53 +01:00
CHANGELOG.md chore(release): 1.1.1 2023-01-12 11:29:21 +01:00
CONTRIBUTING.md chore (docs): update readme 2023-01-12 11:29:09 +01:00
LICENSE feat: Add license 2023-01-09 15:57:28 +01:00
README.md chore (docs): update readme 2023-01-12 11:29:09 +01:00
test-requirements.txt feat: Initial commit 2023-01-09 15:42:53 +01:00

laurivan.mealie

This role installs Mealie via Docker compose.

Requirements

None

Role Variables

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 }}"

Dependencies

You need a machine with docker and docker-compose installed.

Example Playbook

- hosts: servers
  roles:
      - 'laurivan.mealie'

License

This project is licensed under the MIT license - see the LICENSE file for details.

MIT License

Author Information

This role was created in 2023 by Laur Ivan.

Built With

Ansible Molecule Goss

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.