doc updates
- added version_added to new api_token - updated notes to explain API issues, option switch and versions affected.
This commit is contained in:
parent
ebc0443332
commit
9c30ef8926
1 changed files with 4 additions and 2 deletions
|
@ -37,6 +37,7 @@ options:
|
||||||
api_token:
|
api_token:
|
||||||
description:
|
description:
|
||||||
- DigitalOcean api token.
|
- DigitalOcean api token.
|
||||||
|
version_added: "1.9.5"
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- Numeric, the droplet id you want to operate on.
|
- Numeric, the droplet id you want to operate on.
|
||||||
|
@ -100,8 +101,9 @@ options:
|
||||||
|
|
||||||
notes:
|
notes:
|
||||||
- Two environment variables can be used, DO_API_KEY and DO_API_TOKEN. They both refer to the v2 token.
|
- Two environment variables can be used, DO_API_KEY and DO_API_TOKEN. They both refer to the v2 token.
|
||||||
- As of Ansible 2.0, Version 2 of the DigitalOcean API is used.
|
- As of Ansible 1.9.5 and 2.0, Version 2 of the DigitalOcean API is used, this removes C(client_id) and C(api_key) options in favor of C(api_token).
|
||||||
- As of Ansible 2.0, the above parameters were changed significantly. If you are running 1.9.x or earlier, please use C(ansible-doc digital_ocean) to view the correct parameters for your version. Dedicated web docs will be available in the near future for the stable branch.
|
- If you are running Ansible 1.9.4 or earlier you might not be able to use the included version of this module as the API version used has been retired.
|
||||||
|
Upgrade Ansible or, if unable to, try downloading the latest version of this module from github and putting it into a 'library' directory.
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- dopy
|
- dopy
|
||||||
|
|
Loading…
Reference in a new issue