This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
molecule/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2020-02-20 16:24:52 +00:00
# [molecule](https://gitea.rknet.org/docker/molecule)
2019-02-28 09:08:43 +00:00
2020-02-20 16:24:52 +00: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)
[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/molecule)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
2019-03-18 13:45:18 +00: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 13:45:18 +00:00
## Environment variables
2020-02-20 16:24:52 +00:00
```Shell
2020-02-20 22:24:46 +00:00
MOLECULE_LIBRARY_DIR=$(pwd)/library
2020-02-20 16:24:52 +00: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-20 22:24:46 +00:00
MOLECULE_PLUGINS_DIR=$(pwd)/plugins
2020-02-20 16:24:52 +00:00
# If you have custom filters you can specify a git repo containing these files.
MOLECULE_CUSTOM_FILTERS_REPO=
```
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
### Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)