This commit is contained in:
parent
f43a697629
commit
f9f989cf58
16
README.md
16
README.md
@ -202,12 +202,12 @@ $ tox -v
|
|||||||
|
|
||||||
### Integration
|
### Integration
|
||||||
|
|
||||||
Only doable by [Autonomic Cooperative](https://autonomic.zone/) members.
|
```
|
||||||
|
git clone https://github.com/ansible-community/molecule-hetznercloud.git
|
||||||
```bash
|
cd molecule-hetznercloud
|
||||||
$ sudo apt install -y direnv
|
python3 -m venv .venv && source .venv/bin/activate
|
||||||
$ cp .envrc.sample .envrc
|
pip install -e . "ansible<4"
|
||||||
$ direnv allow
|
export INSTANCE_UUID=$(openssl rand -hex 5)
|
||||||
$ pip install -e . ansible
|
export HCLOUD_TOKEN=YOURKEY
|
||||||
$ cd integration && molecule test
|
cd integration && molecule test
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user