[ansible-project] How do you keep your ansible collections and roles from the galaxy current ?

2022-06-01 Thread Norbert Klamann
Hallo all, what is the best way to keep the ansible collections and roles current which you use ? I think about parsing the output of `ansible-galaxy role list` or `ansible-galaxy collection list` but this is not very elegant. I think I overlook a very simple solution, can somebody point me in

Re: [ansible-project] Exceptions with vmware_deploy_ovf module

2022-06-01 Thread Dick Visser
On Wed, 1 Jun 2022 at 02:46, Vichu wrote: > hello there, > > I am trying to automate the cloud director OVA deployment in our local > lab. Built a playbook but caught up with the exception during the > execution. Need your advice to unblock from this. > > *Error found:* > > An exception occurred

Re: [ansible-project] How do you keep your ansible collections and roles from the galaxy current ?

2022-06-01 Thread Nico Kadel-Garcia
On Wed, Jun 1, 2022 at 3:30 AM Norbert Klamann wrote: > > Hallo all, > what is the best way to keep the ansible collections and roles current which > you use ? > I think about parsing the output of `ansible-galaxy role list` or > `ansible-galaxy collection list` but this is not very elegant. >

Re: [ansible-project] Ansible 6.0.0b1 (including ansible-core 2.13) is available for testing

2022-06-01 Thread Nico Kadel-Garcia
On Fri, May 27, 2022 at 12:49 PM David Moreau Simard wrote: > > Hi all, > > We're happy to announce that the first beta release of Ansible 6.0 is > now available for testing ! > > Ansible 6.0.0 will include ansible-core 2.13 as well as a curated set of > Ansible collections to provide a vast numbe

Re: [ansible-project] Re: Ansible 2.9 Upstream Life Cycle Announcement

2022-06-01 Thread Nico Kadel-Garcia
Unfortunately, the update to "ansible 5" or "ansible 6" is a bit fraught. It's *huge*, filled with roughly 100 modules, very few of which are of any use whatsoever to most ansible servers. Most developers will only need ansible-core, with only a very few ansible galaxy modules if needed, which is m

Re: [ansible-project] How do you keep your ansible collections and roles from the galaxy current ?

2022-06-01 Thread John Petro
If I am understanding the requirement here. You want to be able to grab a specific version of a role or collection for some reason.If that is what you are asking for, then what about cloning the collection or role to a personal git repository. --John On Wed, Jun 1, 2022 at 3:30 AM Norbert K

[ansible-project] Ansible 6.0.0b2 (including ansible-core 2.13) is available for testing!

2022-06-01 Thread Ompragash Viswanathan
Hi all, We're happy to announce that the second beta release of Ansible 6.0.0 is now available for testing ! Ansible 6.0.0 will include ansible-core 2.13 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. This is a major version update from Ansible 5

Re: [ansible-project] Exceptions with vmware_deploy_ovf module

2022-06-01 Thread Vichu
Thanks again for looking into this. Actually, I have hardcoded the values in the actual yaml file whereas here I have given the variable to hide the actual ip and credential info. With that said, that is not the problem here. Appreciate your time & help. On Wednesday, June 1, 2022 at 1:13:42

Re: [ansible-project] Re: VMware VM creation works but on boot the network adapter is disconnected

2022-06-01 Thread N Owens
Chris, The only thing I've seen so far is that you want to make sure the template or image you are cloning has the latest version of vmware tools installed. Norm On Fri, May 27, 2022 at 11:16 AM Christopher Bachmeyer < chris.bachme...@gmail.com> wrote: > Hi, Norm, > > I have read about that issu