Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.2 KB

Ansible Docker Container

This container allows to run ansible and ansible-lint.

Build status

Build Docker image

Getting Started

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Michael Gerlach - Initial work - n3ph

See also the list of contributors who participated in this project.

License

This project is licensed under the AGPL License - see the LICENSE file for details.