mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update create_with_nsg documentation (#54441)
This commit is contained in:
parent
a8474ba91f
commit
064d89a850
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ options:
|
||||||
default: False
|
default: False
|
||||||
create_with_security_group:
|
create_with_security_group:
|
||||||
description:
|
description:
|
||||||
- Specifies whether a default security group should be be created with the NIC. Only applies when creating a new NIC.
|
- Specifies whether a security group should be be created with the NIC.
|
||||||
|
- If this flag set to C(True) and no C(security_group) set, a default security group will be created.
|
||||||
type: bool
|
type: bool
|
||||||
version_added: 2.6
|
version_added: 2.6
|
||||||
default: True
|
default: True
|
||||||
|
|
Loading…
Reference in a new issue