Go to file
2023-01-09 15:57:28 +01:00
.github feat: Initial commit 2023-01-09 15:42:53 +01:00
defaults feat: Initial commit 2023-01-09 15:42:53 +01:00
files feat: Initial commit 2023-01-09 15:42:53 +01:00
handlers feat: Initial commit 2023-01-09 15:42:53 +01:00
meta feat: Initial commit 2023-01-09 15:42:53 +01:00
molecule/default feat: Initial commit 2023-01-09 15:42:53 +01:00
tasks feat: Initial commit 2023-01-09 15:42:53 +01:00
templates feat: Initial commit 2023-01-09 15:42:53 +01:00
.ansible-lint feat: Initial commit 2023-01-09 15:42:53 +01:00
.gitattributes feat: Initial commit 2023-01-09 15:42:53 +01:00
.gitignore feat: Initial commit 2023-01-09 15:42:53 +01:00
.travis.yml feat: Initial commit 2023-01-09 15:42:53 +01:00
.yamllint feat: Initial commit 2023-01-09 15:42:53 +01:00
CHANGELOG.md chore(release): 1.0.0 2023-01-09 15:55:45 +01:00
LICENSE feat: Add license 2023-01-09 15:57:28 +01:00
README.md feat: Add license 2023-01-09 15:57:28 +01:00
test-requirements.txt feat: Initial commit 2023-01-09 15:42:53 +01:00

laurivan.mealie

This role installs Mealie via Docker compose.

This role has been generated using the cookiecutter tool, you can generate a similar role that fits your needs using the this cookiecutter template.

Getting Started

These instructions will get you a copy of the role for your Ansible playbook. Once launched, it will install Mealie in a Debian system.

Prerequisities

Ansible 5.2.0 version installed.

Molecule 3.x.x version installed.

For testing purposes, Molecule with Docker as driver and Goss as verifier.

Installing

Create or add to your roles dependency file (e.g requirements.yml):

- src: ansible-role-mealie
  version: 1.0.0
  name: laurivan.mealie

Install the role with ansible-galaxy command:

ansible-galaxy install -p roles -r requirements.yml -f

Use in a playbook:

---
- hosts: someserver
  roles:
    - role: laurivan.mealie

Usage

Look to the defaults properties file to see the possible configuration properties, it is very likely that you will not need to override any variables.

Testing

Install dependencies

pipenv sync

For more information read the pipenv docs.

Run test

pipenv run molecule test 

Built With

Ansible Molecule Goss

Versioning

For the versions available, see the tags on this repository.

Additionaly you can see what change in each version in the CHANGELOG.md file.

Authors

  • Laur IVAN - web

License

MIT License

This project is licensed under the MIT license - see the LICENSE file for details.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.