ztmr / molecule-k8s

Ansible Molecule Kubernetes driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

molecule-k8s

Allow Ansible Molecule scenarios to be executed in the Kubernetes cluster.

Installing

$ pip install molecule-k8s

Usage

$ molecule init scenario -d k8s
$ molecule test

Testing

To execute unit tests.

$ make dep
$ make test

About

Ansible Molecule Kubernetes driver


Languages

Language:Python 85.0%Language:Makefile 15.0%