cookiecutter-ansible-role-d.../ansible-role-{{cookiecutter.app_name}}
2023-01-12 13:31:07 +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 fix: meta container version. 2023-01-11 21:29:59 +01:00
molecule/default feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
tasks fix: Update README 2023-01-12 13:31:07 +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 feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
{% raw %}.gitattributes{% endraw %} feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
{% raw %}.gitignore{% endraw %} feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +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 feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
logo.gif feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
README.md fix: Update README 2023-01-12 13:31:07 +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

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

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.