cookiecutter-ansible-role-d.../ansible-role-{{cookiecutter.app_name}}
2023-04-30 13:34:22 +02:00
..
.github
defaults chore: Better lint compliance 2023-04-30 13:07:53 +02:00
files
handlers
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 Fix docker-compose template. 2023-04-30 13:34:22 +02:00
.ansible-lint
.yamllint
{% raw %}.gitattributes{% endraw %}
{% raw %}.gitignore{% endraw %} fix: add .venv to gitignore. 2023-01-19 21:48:54 +01:00
{% raw %}.travis.yml{% endraw %}
CHANGELOG.md
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

{{ 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.