mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-08 02:01:31 -07:00
Fix module issues (#52209)
This commit is contained in:
parent
cedd9d9926
commit
203caf2570
54 changed files with 290 additions and 238 deletions
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
anp:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template to change.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
anp:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template to change.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
anp:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template to change.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
anp:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
bd:
|
||||
description:
|
||||
|
@ -43,7 +43,7 @@ options:
|
|||
vrf:
|
||||
description:
|
||||
- The VRF associated to this BD.
|
||||
type: str
|
||||
type: dict
|
||||
subnets:
|
||||
description:
|
||||
- The subnets associated to this BD.
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template to change.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
bd:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
contract:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
externalepg:
|
||||
description:
|
||||
|
@ -43,7 +43,7 @@ options:
|
|||
vrf:
|
||||
description:
|
||||
- The VRF associated to this ANP.
|
||||
type: str
|
||||
type: dict
|
||||
state:
|
||||
description:
|
||||
- Use C(present) or C(absent) for adding or removing.
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
filter:
|
||||
description:
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
l3out:
|
||||
description:
|
||||
|
@ -43,7 +43,7 @@ options:
|
|||
vrf:
|
||||
description:
|
||||
- The VRF associated to this L3out.
|
||||
type: str
|
||||
type: dict
|
||||
state:
|
||||
description:
|
||||
- Use C(present) or C(absent) for adding or removing.
|
||||
|
|
|
@ -29,7 +29,7 @@ options:
|
|||
template:
|
||||
description:
|
||||
- The name of the template.
|
||||
type: list
|
||||
type: str
|
||||
required: yes
|
||||
vrf:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue