A lightweight, production-ready Ansible Docker image built on python:3.14.3-alpine3.23. Designed for running playbooks in CI/CD pipelines or local automation tasks. Powered by Ansible 2.20.3, pre-loaded with common community collections and WinRM support for managing Windows nodes.
Base image
Built from python:3.14.3-alpine3.23.
| Name | Version |
|---|---|
| python | 3.14.3 |
| Topic | |
|---|---|
| Usage | Running the image locally and in CI/CD |
| CI Component | GitLab CI component inputs and setup |
| Windows | WinRM configuration and inventory |
docker run --rm -v $(pwd):/app -w /app docker.io/hlhd/ansible:latest ansible-playbook playbook.yamlDistributed under the GPL-3.0 License.