Update ovh_ip_loadbalancing_backend.py
Fixed documentation from "ip" to "backend" and enhanced text.
This commit is contained in:
parent
13b164791e
commit
a28287d0b4
1 changed files with 8 additions and 6 deletions
|
@ -93,15 +93,17 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Adds or modify a backend to a loadbalancing
|
||||
- ovh_ip_loadbalancing name=ip-1.1.1.1 ip=212.1.1.1 state=present \
|
||||
probe=none weight=8 \
|
||||
# Adds or modify the backend '212.1.1.1' to a \
|
||||
loadbalancing 'ip-1.1.1.1'
|
||||
- ovh_ip_loadbalancing name=ip-1.1.1.1 backend=212.1.1.1 \
|
||||
state=present probe=none weight=8 \
|
||||
endpoint=ovh-eu application_key=yourkey \
|
||||
application_secret=yoursecret consumer_key=yourconsumerkey
|
||||
|
||||
# Removes a backend from a loadbalancing
|
||||
- ovh_ip_loadbalancing name=ip-1.1.1.1 ip=212.1.1.1 state=absent \
|
||||
endpoint=ovh-eu application_key=yourkey \
|
||||
# Removes a backend '212.1.1.1' from a loadbalancing \
|
||||
'ip-1.1.1.1'
|
||||
- ovh_ip_loadbalancing name=ip-1.1.1.1 backend=212.1.1.1
|
||||
state=absent endpoint=ovh-eu application_key=yourkey \
|
||||
application_secret=yoursecret consumer_key=yourconsumerkey
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue