rytruk / toolset

Ansible Toolset combines all ansible development tools in a single container: ansible, ansible-lint and molecule

Home Page:https://quay.io/repository/ansible/toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toolset

Toolset bundles Ansible developing and testing tools in a single container.

# or use podman instead of docker if you wish
docker run -it quay.io/ansible/toolset /bin/bash

What is bundled inside the container

Generally the containers should bundle the latest stable versions of the tools below. An exact list can be seen in requirements.txt file used for building the container.

About

Ansible Toolset combines all ansible development tools in a single container: ansible, ansible-lint and molecule

https://quay.io/repository/ansible/toolset

License:MIT License


Languages

Language:Dockerfile 72.1%Language:Makefile 16.1%Language:Shell 11.8%