localgod / ansible-lint

This is a dockerized version of the ansible-lint tool. Nothing more, nothing less.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-lint (dockerized)

Description

This is a dockerized version of the ansible-lint tool. Nothing more nothing less.

Build

make build

Run

docker run --rm -it -v $(pwd):/tmp -w /tmp localgod/ansible-lint playbook.yml

About

This is a dockerized version of the ansible-lint tool. Nothing more, nothing less.

License:MIT License


Languages

Language:Dockerfile 61.4%Language:Makefile 22.7%Language:Shell 15.9%