mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
[PR #9447/5f47127e backport][stable-10] adjust doc style - batch 2 (#9463)
adjust doc style - batch 2 (#9447)
(cherry picked from commit 5f47127ef7
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ec6c2a76ad
commit
cb969fc468
21 changed files with 47 additions and 47 deletions
|
@ -16,7 +16,7 @@ description:
|
|||
- Manage OVH (French European hosting provider) LoadBalancing IP backends.
|
||||
author: Pascal Heraud (@pascalheraud)
|
||||
notes:
|
||||
- Uses the python OVH Api U(https://github.com/ovh/python-ovh). You have to create an application (a key and secret) with a consumer key as
|
||||
- Uses the Python OVH API U(https://github.com/ovh/python-ovh). You have to create an application (a key and secret) with a consumer key as
|
||||
described into U(https://docs.ovh.com/gb/en/customer/first-steps-with-ovh-api/).
|
||||
requirements:
|
||||
- ovh > 0.3.5
|
||||
|
@ -31,7 +31,7 @@ options:
|
|||
name:
|
||||
required: true
|
||||
description:
|
||||
- Name of the LoadBalancing internal name (ip-X.X.X.X).
|
||||
- Name of the LoadBalancing internal name (V(ip-X.X.X.X)).
|
||||
type: str
|
||||
backend:
|
||||
required: true
|
||||
|
@ -58,7 +58,7 @@ options:
|
|||
endpoint:
|
||||
required: true
|
||||
description:
|
||||
- The endpoint to use ( for instance ovh-eu).
|
||||
- The endpoint to use (for instance V(ovh-eu)).
|
||||
type: str
|
||||
application_key:
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue