Re: [ansible-project] Re: How to increase VM OS disk, from template, using ansible vmware guest module

2020-04-08 Thread Bhanu Prakash
Than you so much .. I was thinking that's for additional disk, but not for
OS disk .. It worked ..

  disk:
  - size_gb: 60
type: thin
datastore: "test"


Thanks and Regards

Bhanu Prakash K

On Wed, Apr 8, 2020 at 6:23 PM David Foley  wrote:

> Hi Bhanu,
>
> Are you trying to Deploy From Template but to Increase the Disk , if so a
> simple
>
> vm_disk:
>   disk1:
> size_gb: 10
> type: thin
> datastore: storage001
>
> What is not supported is the decrease the disk size
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-project+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/c679a37b-3281-4733-86e7-47b0f80ebb60%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAMJn1KM9zK-aCESUVsFXOHKKqHNzOSvTV66RVYr-gkap%3DXB3MQ%40mail.gmail.com.


[ansible-project] Re: How to increase VM OS disk, from template, using ansible vmware guest module

2020-04-08 Thread David Foley
Hi Bhanu,

Are you trying to Deploy From Template but to Increase the Disk , if so a 
simple 

vm_disk:
  disk1:
size_gb: 10
type: thin
datastore: storage001

What is not supported is the decrease the disk size 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c679a37b-3281-4733-86e7-47b0f80ebb60%40googlegroups.com.