mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
[cloud] ovirt: add headers param to auth (#27881)
* Add filter param to ovirt module auth * Update docs to include new filter param * Fix broken YAML * Replace filter param with headers
This commit is contained in:
parent
49209bfcc5
commit
7d1308b0d8
4 changed files with 17 additions and 0 deletions
|
@ -56,6 +56,7 @@ options:
|
|||
CA certificate store is used. Default value is set by I(OVIRT_CAFILE) environment variable."
|
||||
- "C(kerberos) - A boolean flag indicating if Kerberos authentication
|
||||
should be used instead of the default basic authentication."
|
||||
- "C(headers) - Dictionary of HTTP headers to be added to each API call."
|
||||
timeout:
|
||||
description:
|
||||
- "The amount of time in seconds the module should wait for the instance to
|
||||
|
|
|
@ -53,6 +53,7 @@ options:
|
|||
CA certificate store is used. Default value is set by I(OVIRT_CAFILE) environment variable."
|
||||
- "C(kerberos) - A boolean flag indicating if Kerberos authentication
|
||||
should be used instead of the default basic authentication."
|
||||
- "C(headers) - Dictionary of HTTP headers to be added to each API call."
|
||||
requirements:
|
||||
- python >= 2.7
|
||||
- ovirt-engine-sdk-python >= 4.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue