cookiecutter-ansible-role-d.../ansible-role-{{cookiecutter.app_name}}
2023-04-30 13:07:53 +02:00
..
.github feat: Refactor the template for docker-compose. 2023-01-09 15:25:45 +01:00
defaults chore: Better lint compliance 2023-04-30 13:07:53 +02: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: Better lint compliance 2023-04-30 13:07:53 +02:00
molecule/default chore: Better lint compliance 2023-04-30 13:07:53 +02:00
tasks feat: Better default configuration. 2023-04-27 22:05:41 +02:00
templates feat: Better default configuration. 2023-04-27 22:05:41 +02: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 chore: Better lint compliance 2023-04-30 13:07:53 +02: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 {{ cookiecutter.app_name | title }} 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('_',' ') }}'

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.