molecule/README.md

38 lines
1.6 KiB
Markdown
Raw Normal View History

2020-09-02 22:17:22 +02:00
# molecule
Molecule - Automated Ansible roles testing
2019-02-28 10:08:43 +01:00
2020-02-20 17:24:52 +01:00
[![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)
2020-09-05 17:22:29 +02:00
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/molecule)
2020-09-02 22:17:22 +02:00
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/molecule)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/molecule)
2020-02-22 18:08:14 +01:00
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/molecule/src/branch/master/LICENSE)
2019-03-18 14:45:18 +01:00
Docker image to automate Ansible deployment tests with Molecule. The image was build to use with any docker based CI system.
2019-03-18 14:45:18 +01:00
## Environment variables
2020-02-20 17:24:52 +01:00
```Shell
2020-02-21 01:33:18 +01:00
# Target directory to clone custom modules
2020-02-20 23:24:46 +01:00
MOLECULE_LIBRARY_DIR=$(pwd)/library
2020-02-20 17:24:52 +01:00
# If you use custom modules you can specify a git repo containing these files.
# The repo will be cloned so ansible can use it.
MOLECULE_CUSTOM_MODULES_REPO=
2020-02-21 01:33:18 +01:00
# Target base directory to clone plugins
2020-02-20 23:24:46 +01:00
MOLECULE_PLUGINS_DIR=$(pwd)/plugins
2020-02-20 17:24:52 +01:00
# If you have custom filters you can specify a git repo containing these files.
2020-02-21 01:33:18 +01:00
# Will be cloned to $MOLECULE_PLUGINS_DIR/filter
2020-02-20 17:24:52 +01:00
MOLECULE_CUSTOM_FILTERS_REPO=
```
2020-02-22 18:08:14 +01:00
## License
2020-02-20 17:24:52 +01:00
2020-02-22 18:08:14 +01:00
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/molecule/src/branch/master/LICENSE) file for details.
2020-02-20 17:24:52 +01:00
2020-02-22 18:08:14 +01:00
## Maintainers and Contributors
2020-02-20 17:24:52 +01:00
[Robert Kaussow](https://gitea.rknet.org/xoxys)