Go to file
2023-01-12 13:57:58 +01:00
.github chore: Initial commit 2023-01-12 13:49:11 +01:00
defaults fix: Linting. 2023-01-12 13:55:59 +01:00
handlers chore: Initial commit 2023-01-12 13:49:11 +01:00
meta fix: Linting. 2023-01-12 13:55:59 +01:00
molecule/default fix: Linting. 2023-01-12 13:55:59 +01:00
tasks fix: Linting. 2023-01-12 13:55:59 +01:00
templates fix: Linting. 2023-01-12 13:55:59 +01:00
.ansible-lint chore: Initial commit 2023-01-12 13:49:11 +01:00
.gitattributes chore: Initial commit 2023-01-12 13:49:11 +01:00
.gitignore chore: Initial commit 2023-01-12 13:49:11 +01:00
.travis.yml chore: Initial commit 2023-01-12 13:49:11 +01:00
.yamllint fix: Linting. 2023-01-12 13:55:59 +01:00
CHANGELOG.md chore(release): 1.0.0 2023-01-12 13:57:58 +01:00
LICENSE fix: License 2023-01-12 13:57:24 +01:00
logo.gif chore: Initial commit 2023-01-12 13:49:11 +01:00
README.md chore: Initial commit 2023-01-12 13:49:11 +01:00
test-requirements.txt chore: Initial commit 2023-01-12 13:49:11 +01:00

Flame Ansible role

This role installs Mealie via Docker compose.

Requirements

None

Role Variables

All variables are listed below (see also defaults/main.yml).

# Version
flame_version: 1.0.0
flame_docker_image_version: "latest"
flame_port: "5005"
flame_password: "flame_password"

# flame paths
flame_root_path: /opt/flame
flame_config_path: "{{ flame_root_path }}/config"
flame_data_path: "{{ flame_root_path }}/data"
flame_skeleton_paths:
  - "{{ flame_config_path }}"
  - "{{ flame_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.