Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retr0h/molecule-kind
Molecule Kind Driver allows Molecule users to test Ansible code using Kind.
https://github.com/retr0h/molecule-kind
ansible k8s kind kubernetes molecule molecule-driver testing
Last synced: 25 days ago
JSON representation
Molecule Kind Driver allows Molecule users to test Ansible code using Kind.
- Host: GitHub
- URL: https://github.com/retr0h/molecule-kind
- Owner: retr0h
- License: mit
- Created: 2021-03-30T16:06:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T16:36:20.000Z (9 months ago)
- Last Synced: 2024-10-03T18:33:09.993Z (about 1 month ago)
- Topics: ansible, k8s, kind, kubernetes, molecule, molecule-driver, testing
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# molecule-kind
[![Unit Test](https://github.com/retr0h/molecule-kind/actions/workflows/unit.yml/badge.svg)](https://github.com/retr0h/molecule-kind/actions/workflows/unit.yml)
[![Lint](https://github.com/retr0h/molecule-kind/actions/workflows/lint.yml/badge.svg)](https://github.com/retr0h/molecule-kind/actions/workflows/lint.yml)molecule-kind - Molecule Kind Driver allows Molecule users to test Ansible code using Kind.
## Dependencies
This project has been tested against the following matrix:
| Project | Version |
| -------- | ------- |
| [Kind] | 0.20 |
| Python | 3.10 |
| Ansible | 9.1.0 |
| Molecule | 6.0.3 |## Installing
$ pip install molecule-kind
## Usage
$ molecule init scenario -d kind
$ molecule test## Testing
To execute unit tests.
$ make dep
$ make test## License
The [MIT] License.
[Kind]: https://github.com/kubernetes-sigs/kind
[MIT]: LICENSE