mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Adding os_disk_size_gb parameter to Virtual Machine (#43316)
* added os disk size gb * fixed mistake * added os_disk_size_gb to test * fixed test * no default for disk size
This commit is contained in:
parent
6ef9c2d7b7
commit
9788951789
2 changed files with 17 additions and 0 deletions
|
@ -299,6 +299,7 @@
|
|||
admin_password: Password123!
|
||||
short_hostname: testvm
|
||||
os_type: Linux
|
||||
os_disk_size_gb: 64
|
||||
network_interfaces: "{{ niclist }}"
|
||||
availability_set: "avbs{{ resource_group | hash('md5') | truncate(7, True, '') }}"
|
||||
image:
|
||||
|
@ -341,6 +342,7 @@
|
|||
admin_password: Password123!
|
||||
short_hostname: testvm
|
||||
os_type: Linux
|
||||
os_disk_size_gb: 64
|
||||
network_interfaces: "{{ niclist }}"
|
||||
availability_set: "avbs{{ resource_group | hash('md5') | truncate(7, True, '') }}"
|
||||
image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue