Skip to content

chxperiments/ansible-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-tools

Minimal Ansible tooling image based on python:3.10-slim with a non-root ansible user, cleaned Python artifacts, and preinstalled collections for common automation.

Install

Build locally with docker build -t ansible-tools . then run with docker run --rm -it ansible-tools /bin/bash. Published images are pushed to ghcr.io, quay.io, and docker.io under the repository name.

Tools in the image

Ansible CLI and ansible-lint from requirements.txt. ansible-galaxy with community.general and community.crypto collections. Python 3.10 userland. helper binaries git, curl, and jq.

About

hardened image for Ansible tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors