update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-22 22:32:55 +02:00
parent 6c87221e22
commit 15d25824d1
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 8 deletions

View File

@ -108,7 +108,7 @@ steps:
DOCKER_USER:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: Molecule - Automated Ansible roles testing
PUSHRM_SHORT: Custom image for Molecule Ansible test automation
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
@ -156,6 +156,6 @@ depends_on:
---
kind: signature
hmac: 4e33878b169cfda17e025ff57a5a2018746c1f853d25ccdcd096b586500af4c2
hmac: b126952e9dd0a3a5e2bad2df9f45a1a7a1c1ae4443c323f0ad474a855bd5eb25
...

View File

@ -1,6 +1,6 @@
# molecule
Molecule - Automated Ansible roles testing
Custom image for Molecule Ansible test automation
[![Build Status](https://img.shields.io/drone/build/docker/molecule?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/molecule)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/molecule)
@ -8,7 +8,7 @@ Molecule - Automated Ansible roles testing
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/molecule)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/molecule/src/branch/master/LICENSE)
Docker image to automate Ansible deployment tests with Molecule. The image was build to use with any docker based CI system.
Custom Docker image to automate Ansible deployment tests with [Molecule](https://molecule.readthedocs.io/en/latest/). The image was build to use with any docker based CI system.
## Environment variables
@ -31,7 +31,3 @@ MOLECULE_CUSTOM_FILTERS_REPO=
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/molecule/src/branch/master/LICENSE) file for details.
## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)