Simon Cornet
59891d10e6
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
499 B
Markdown
16 lines
499 B
Markdown
[![Build Status](https://ci.simoncor.net/api/badges/siempie/ansible-deployment-container/status.svg)](https://ci.simoncor.net/siempie/ansible-deployment-container)
|
|
|
|
# Usage
|
|
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
|
|
|
# Preinstalled software
|
|
- ansible-core == 2.12
|
|
- ansible-lint == 6.2.2
|
|
- yamllint == 1.26.3
|
|
|
|
# Ansible collections
|
|
- ansible.posix == latest
|
|
- community.docker == latest
|
|
- community.general == latest
|
|
- community.mysql == latest
|