Mealie

Mealie is a recipe manager. It can be used to manage and share recipes.

Preparation

First set mealie email password and encrypted email password in your local/host_vars/YOURSERVER/vault.yml and local/host_vars/YOURSERVER/main.yml.

Installation

Run the Mealie role, optionally limiting it to a server:

ansible-playbook --ask-vault-pass --limit YOURSERVER play/app/mealie.yml

You should be able to reach Mealie at https://mealie.YOUR-FQDN and set up the admin account - do this as soon as possible before someone else uses the admin account user and password, the defaults are displayed right there on the home page!

Enable Mealie on Momod Dashboard

This is optional, if you want the Mealie link to appear and work on Momod Dashboard set the app_mealie variable in your host_vars to ’enabled':

app_mealie: "enabled"

And run the homer play:

ansible-playbook --limit YOURSERVER play/app/homer.yml