mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 04:10:23 -07:00
Fix Ansible documentation in part of example formatting. Part 1 (#332)
* Fix Ansible documentation in part of example formatting * Fix
This commit is contained in:
parent
983d937b7b
commit
328319b926
70 changed files with 762 additions and 705 deletions
|
@ -69,9 +69,8 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Adds or modify the backend '212.1.1.1' to a
|
||||
# loadbalancing 'ip-1.1.1.1'
|
||||
- ovh_ip_loadbalancing:
|
||||
- name: 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
|
||||
|
@ -82,8 +81,8 @@ EXAMPLES = '''
|
|||
application_secret: yoursecret
|
||||
consumer_key: yourconsumerkey
|
||||
|
||||
# Removes a backend '212.1.1.1' from a loadbalancing 'ip-1.1.1.1'
|
||||
- ovh_ip_loadbalancing:
|
||||
- name: 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue