README.md in open-dock-0.0.11 vs README.md in open-dock-0.0.12
- old
+ new
@@ -59,17 +59,16 @@
TODO: `ops init` to create this structure
Structure:
```
-ops
- providers
- digitalocean.yml
- hosts
- example.com.yml
- containers
- example.com.yml
+providers
+ digitalocean.yml
+hosts
+ example.com.yml
+containers
+ example.com.yml
```
#### Provider file syntax
TODO: Create more providers (aws, linode, gcloud, ...)
@@ -77,9 +76,11 @@
For a Digital Ocean provider create a file (ops/providers/digitalocean.yml) with your account API key:
```yml
token: a206ae60dda6bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxcf0cbf41
```
+
+Token can be activated in your DigitaOcean console > Apps & API > Generate new token. Be sure to give write premissions.
#### Host file syntax
For a Digital Ocean host we can make the following file (ops/hosts/example.com.yml):
\ No newline at end of file