A lightweight, production-ready Ansible Docker image for running playbooks in CI/CD pipelines or local automation, pre-loaded with common community collections and WinRM support for managing Windows nodes.
| 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.