[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:
patchback[bot] 2024-12-29 14:12:46 +01:00 committed by GitHub
parent ec6c2a76ad
commit cb969fc468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 47 additions and 47 deletions

View file

@ -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