Skip to content

Rote-Beete/ansible-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published