mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-02 00:28:52 +00:00
fixed vmss required parameters handling (#51012)
This commit is contained in:
parent
30227ace98
commit
308e4c31c6
2 changed files with 8 additions and 21 deletions
|
|
@ -263,14 +263,6 @@
|
|||
resource_group: "{{ resource_group }}"
|
||||
name: testVMSS{{ rpfx }}
|
||||
state: absent
|
||||
remove_on_absent: ['all']
|
||||
vm_size: Standard_B1s
|
||||
capacity: 1
|
||||
image:
|
||||
offer: CoreOS
|
||||
publisher: CoreOS
|
||||
sku: Stable
|
||||
version: latest
|
||||
|
||||
- name: Create VMSS with security group in same resource group, with accelerated networking(check mode).
|
||||
azure_rm_virtualmachine_scaleset:
|
||||
|
|
@ -402,14 +394,6 @@
|
|||
resource_group: "{{ resource_group }}"
|
||||
name: testVMSS{{ rpfx }}2
|
||||
state: absent
|
||||
remove_on_absent: ['all']
|
||||
vm_size: Standard_B1s
|
||||
capacity: 1
|
||||
image:
|
||||
offer: CoreOS
|
||||
publisher: CoreOS
|
||||
sku: Stable
|
||||
version: latest
|
||||
|
||||
- name: Fail when instance type is not supported to enable accelerated networking
|
||||
azure_rm_virtualmachine_scaleset:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue