mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
mso_sta_epg_subnet: Manage EPG subnets in templates (#51278)
A new module to manage EPG subnets in MSO schema templates.
This commit is contained in:
parent
73ed1a8269
commit
e72bb42e21
2 changed files with 264 additions and 1 deletions
|
@ -99,7 +99,7 @@ def mso_subnet_spec():
|
|||
return dict(
|
||||
ip=dict(type='str', required=True),
|
||||
description=dict(type='str'),
|
||||
scope=dict(type='str'),
|
||||
scope=dict(type='str', choices=['private', 'public']),
|
||||
shared=dict(type='bool'),
|
||||
no_default_gateway=dict(type='bool'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue