adjust doc style - batch 2 (#9447)

This commit is contained in:
Alexei Znamensky 2024-12-30 01:42:22 +13:00 committed by GitHub
commit 5f47127ef7
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