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 2 years ago
.github chore: Initial commit 2 years ago
defaults fix: Linting. 2 years ago
handlers chore: Initial commit 2 years ago
meta fix: Linting. 2 years ago
molecule/default fix: Linting. 2 years ago
tasks fix: Linting. 2 years ago
templates fix: Linting. 2 years ago
.ansible-lint chore: Initial commit 2 years ago
.gitattributes chore: Initial commit 2 years ago
.gitignore chore: Initial commit 2 years ago
.travis.yml chore: Initial commit 2 years ago
.yamllint fix: Linting. 2 years ago
CHANGELOG.md chore(release): 1.0.0 2 years ago
LICENSE fix: License 2 years ago
README.md chore: Initial commit 2 years ago
logo.gif chore: Initial commit 2 years ago
test-requirements.txt chore: Initial commit 2 years 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.