You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Laur Ivan 93386caefb chore(release): 1.0.0 1 year ago
.github chore: Initial commit 1 year ago
defaults fix: Linting. 1 year ago
handlers chore: Initial commit 1 year ago
meta fix: Linting. 1 year ago
molecule/default fix: Linting. 1 year ago
tasks fix: Linting. 1 year ago
templates fix: Linting. 1 year ago
.ansible-lint chore: Initial commit 1 year ago
.gitattributes chore: Initial commit 1 year ago
.gitignore chore: Initial commit 1 year ago
.travis.yml chore: Initial commit 1 year ago
.yamllint fix: Linting. 1 year ago
CHANGELOG.md chore(release): 1.0.0 1 year ago
LICENSE fix: License 1 year ago
README.md chore: Initial commit 1 year ago
logo.gif chore: Initial commit 1 year ago
test-requirements.txt chore: Initial commit 1 year ago

README.md

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.