mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
Docs: Document possibility to set the module api_token via environment variable (#163)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
parent
78f0a0a519
commit
2623b75b10
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ options:
|
|||
api_token:
|
||||
description:
|
||||
- This is the API Token for the Hetzner Cloud.
|
||||
- You can also set this option by using the environment variable HCLOUD_TOKEN
|
||||
required: True
|
||||
type: str
|
||||
endpoint:
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
- Certificate key in PEM format.
|
||||
- Required if certificate does not exist.
|
||||
type: list
|
||||
default: [ ]
|
||||
elements: str
|
||||
type:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue