Skip to content

Commit cfe0707

Browse files
GH issue #181: Updating Examples playbooks for NetworkPool Module
Signed-off-by: Bhavneet-Sharma <[email protected]>
1 parent 7a8964d commit cfe0707

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/modules/networkpool.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ Examples
216216
groupnet_name: "groupnet0"
217217
subnet_name: "subnet0"
218218
additional_pool_params:
219-
ranges:
219+
ranges:
220220
- low: "10.230.**.***"
221-
high: "10.230.**.***"
222-
range_state: "add"
223-
ifaces:
221+
high: "10.230.**.***"
222+
range_state: "add"
223+
ifaces:
224224
- iface: "ext-1"
225-
lnn: 1
226-
iface_state: "add"
225+
lnn: 1
226+
iface_state: "add"
227227
sc_params:
228228
sc_dns_zone: "10.230.**.***"
229229
sc_connect_policy: "throughput"

plugins/modules/networkpool.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@
200200
groupnet_name: "groupnet0"
201201
subnet_name: "subnet0"
202202
additional_pool_params:
203-
ranges:
203+
ranges:
204204
- low: "10.230.**.***"
205-
high: "10.230.**.***"
206-
range_state: "add"
207-
ifaces:
205+
high: "10.230.**.***"
206+
range_state: "add"
207+
ifaces:
208208
- iface: "ext-1"
209-
lnn: 1
210-
iface_state: "add"
209+
lnn: 1
210+
iface_state: "add"
211211
sc_params:
212212
sc_dns_zone: "10.230.**.***"
213213
sc_connect_policy: "throughput"

0 commit comments

Comments
 (0)