mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-05 07:49:10 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -92,7 +92,7 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: configure a network ipv4
|
||||
- name: Configure a network ipv4
|
||||
nios_network:
|
||||
network: 192.168.10.0/24
|
||||
comment: this is a test comment
|
||||
|
@ -102,7 +102,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: configure a network ipv6
|
||||
- name: Configure a network ipv6
|
||||
nios_network:
|
||||
network: fe80::/64
|
||||
comment: this is a test comment
|
||||
|
@ -112,7 +112,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: set dhcp options for a network ipv4
|
||||
- name: Set dhcp options for a network ipv4
|
||||
nios_network:
|
||||
network: 192.168.10.0/24
|
||||
comment: this is a test comment
|
||||
|
@ -125,7 +125,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: remove a network ipv4
|
||||
- name: Remove a network ipv4
|
||||
nios_network:
|
||||
network: 192.168.10.0/24
|
||||
state: absent
|
||||
|
@ -134,7 +134,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: configure a ipv4 network container
|
||||
- name: Configure a ipv4 network container
|
||||
nios_network:
|
||||
network: 192.168.10.0/24
|
||||
container: true
|
||||
|
@ -145,7 +145,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: configure a ipv6 network container
|
||||
- name: Configure a ipv6 network container
|
||||
nios_network:
|
||||
network: fe80::/64
|
||||
container: true
|
||||
|
@ -156,7 +156,7 @@ EXAMPLES = '''
|
|||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
- name: remove a ipv4 network container
|
||||
- name: Remove a ipv4 network container
|
||||
nios_network:
|
||||
networkr: 192.168.10.0/24
|
||||
container: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue