mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated docs to denote retirement of v1 api and clarify when and why auth fields have changed
This commit is contained in:
parent
2ce1f87bf8
commit
b30438f2c8
1 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,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.
|
||||||
|
@ -44,7 +45,8 @@ 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.
|
||||||
- Version 2 of 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).
|
||||||
|
- 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.
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
|
|
Loading…
Reference in a new issue