Skip to content

1 FAQ: azure_rm_networkinterface ignores security_group parameter if create_with_security_group is False

Yuwei Zhou edited this page May 13, 2019 · 1 revision

In azure_rm_networkinterface module, option create_with_security_group tells to Azure creates a network interface with(out) security group.

By default, this value is set to yes. If no security_group provided, a default one will be created and attach to the network interface.

If this option is set to no, the security_group will be ignored even it has value. The network interface will be created without security group, or remove the existing security group from network interface.