cookiecutter-ansible-role-d.../ansible-role-{{cookiecutter.app_name}}
2023-02-16 11:36:40 +01:00
..
.github feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
defaults feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
files feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
handlers feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
meta chore: Lint YML 2023-01-12 13:54:14 +01:00
molecule/default chore: Lint YML 2023-01-12 13:54:14 +01:00
tasks fix: Correct closing brackets. 2023-02-15 10:47:57 +01:00
templates feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
.ansible-lint feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
.yamllint chore: Lint YML 2023-01-12 13:54:14 +01:00
{% raw %}.gitattributes{% endraw %} feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
{% raw %}.gitignore{% endraw %} fix: add .venv to gitignore. 2023-01-19 21:48:54 +01:00
{% raw %}.travis.yml{% endraw %} feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
CHANGELOG.md feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
LICENSE chore: Add MIT License. 2023-02-16 11:35:25 +01:00
README.md fix: More fix to README. 2023-01-12 13:35:54 +01:00
test-requirements.txt feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00

{{ cookiecutter.app_name | replace('_',' ') | title }} Ansible role

This role installs Mealie via Docker compose.

Requirements

None

Role Variables

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

---

Dependencies

You need a machine with docker and docker-compose installed.

Example Playbook

- hosts: servers
  roles:
      - 'laurivan.{{ cookiecutter.app_name | replace('_',' ') | title }}'

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.