ansible-development-environ.../roles/bootstrap/molecule/digitalocean/README.md

14 lines
219 B
Markdown

# Testing on Digitalocean
In order to test on Digitalocean, set the `DO_API_TOKEN`:
```
export DO_API_TOKEN=abcdefghijklmnopqrstuvwxyz0123456789
```
Run the tests:
```
molecule test --scenario-name digitalocean
```