2022-03-15 14:50:23 +01:00
|
|
|
[![Build Status](https://ci.simoncor.net/api/badges/siempie/ansible-deployment-container/status.svg)](https://ci.simoncor.net/siempie/ansible-deployment-container)
|
|
|
|
|
|
|
|
# Usage
|
2022-05-27 11:58:16 +02:00
|
|
|
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
|
|
|
|
|
|
|
# Preinstalled software
|
2023-07-26 12:34:22 +02:00
|
|
|
- ansible-core == 2.13.11
|
2023-10-03 11:20:21 +02:00
|
|
|
- ansible-lint == 6.20.3
|
2023-07-26 12:34:22 +02:00
|
|
|
- yamllint == 1.32.0
|
2022-05-27 11:58:16 +02:00
|
|
|
|
|
|
|
# Ansible collections
|
|
|
|
- ansible.posix == latest
|
|
|
|
- community.docker == latest
|
|
|
|
- community.general == latest
|
|
|
|
- community.mysql == latest
|