1.3 KiB
1.3 KiB
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