Molecule Hetzner Cloud driver plugin
.github | ||
integration-test-role | ||
molecule_hetznercloud | ||
.drone.yml | ||
.envrc.sample | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.yamllint.yml | ||
LICENSE | ||
Makefile | ||
pyproject.toml | ||
pytest.ini | ||
README.md | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Molecule Hetzner Cloud Plugin
Molecule Hetzner Cloud driver plugin.
Usage
TODO.
Mirroring
- Primary @ git.autonomic.zone (because independent cooperatively run infrastructure, yay!)
- Mirror @ github.com (because centralised commerically owned infrastructure, sigh!)
Molecule Documentation
Contact
- Ping @decentral1se on the
#ansible-molecule
channel on Freenode.
License
The LGPL license.
Testing
Unit tests and such.
$ pip install tox
$ tox -v
Integration tests.
Only doable by Autonomic Cooperative members.
$ sudo apt install -y direnv
$ cp .envrc.sample .envrc
$ direnv allow
$ pip install -e .
$ cd integration-test-role && molecule test