This container allows to run ansible and ansible-lint.
In order to run this container you'll need docker installed.
run playbook
docker run -v "${PWD}":/work:ro rotebeete/ansible playbook.yml
lint playbook
docker run --entrypoint ansible-lint -v "${PWD}":/work:ro rotebeete/ansible playbook.yml
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michael Gerlach - Initial work - n3ph
See also the list of contributors who participated in this project.
This project is licensed under the AGPL License - see the LICENSE file for details.