File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,9 @@ dict containing the following items:
70
70
- ` ip_version ` : Optional IP version for the subnet.
71
71
- ` ipv6_address_mode ` : Optional IPv6 address mode for the subnet.
72
72
- ` ipv6_ra_mode ` : Optional IPv6 router advertisement mode for the subnet.
73
- - ` use_default_subnetpool ` : Optional boolean, whether to use the default
74
- subnet pool for the IP version.
73
+ - ` use_default_subnetpool ` : ** deprecated** Optional boolean, whether to use
74
+ the default subnet pool for the IP version.
75
+ - ` subnetpool ` : Optional subnetpool to use for the subnet.
75
76
- ` project ` : Optionally create this subnet for a project other than the
76
77
authenticating project.
77
78
- ` state ` : Optional state of the subnet, default is ` present ` .
Original file line number Diff line number Diff line change 57
57
ipv6_address_mode : " {{ item.1.ipv6_address_mode | default(omit) }}"
58
58
ipv6_ra_mode : " {{ item.1.ipv6_ra_mode | default(omit) }}"
59
59
use_default_subnetpool : " {{ item.1.use_default_subnetpool | default(omit) }}"
60
+ subnetpool : " {{ item.1.subnetpool | default(omit) }}"
60
61
project : " {{ item.1.project | default(omit) }}"
61
62
state : " {{ item.1.state | default(omit) }}"
62
63
with_subelements :
You can’t perform that action at this time.
0 commit comments