.github | ||
defaults | ||
handlers | ||
meta | ||
molecule/default | ||
tasks | ||
templates | ||
.ansible-lint | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
.yamllint | ||
CHANGELOG.md | ||
LICENSE | ||
logo.gif | ||
README.md | ||
test-requirements.txt |
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.
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 the process for submitting pull requests to us.