[ansible-project] Re: unzip to unarchive

2020-08-31 Thread 'lpesc...@google.com' via Ansible Project
Bump - anyone? On Friday, August 28, 2020 at 9:42:13 AM UTC-7 lpesc...@google.com wrote: > I'm also curious about how the -o and -d switches in the original playbook > relate to the new. > > On Friday, August 28, 2020 at 9:41:24 AM UTC-7 lpesc...@google.com wrote: > >> Hi all, >> I want to chan

Re: [ansible-project] Re: How to install Ansible on a windows 2012 R server

2020-08-31 Thread Stephen John Smoogen
On Mon, 31 Aug 2020 at 16:37, jbor...@gmail.com wrote: > You cannot really do that. The only option would be to run it in something > like WSL but even then there are caveats. You should be using a Linux host > to run the Ansible control node. > > I don't think they can run WSL in Windows 2012. T

Re: [ansible-project] Re: How to install Ansible on a windows 2012 R server

2020-08-31 Thread jbor...@gmail.com
You cannot really do that. The only option would be to run it in something like WSL but even then there are caveats. You should be using a Linux host to run the Ansible control node. On Thursday, August 27, 2020 at 8:16:04 PM UTC+10 surabhy...@gmail.com wrote: > I want to install ansible insid

[ansible-project] Re: ERROR! A worker was found in a dead state

2020-08-31 Thread jbor...@gmail.com
Looks like you are running on macOS based on the paths in your ansible-playbook --version output. There is a known problem with running Ansible on macOS [1] where certain system calls on the forked Ansible process cause the process to get killed by the kernel. This is a pretty fundamental issu

Re: [ansible-project] Help with async tasks.

2020-08-31 Thread Martin Etcheverry
Hi ! maybe something like this : https://medium.com/developer-space/parallel-playbook-execution-in-ansible-30799ccda4e0 El lun., 31 ago. 2020 a las 6:57, Guannan Sun () escribió: > Thank you for your response. > Well, in my condition, I using 'create_site' role to create a site in a > netbox. It

[ansible-project] ERROR! A worker was found in a dead state

2020-08-31 Thread Guy Matz
Hi! I have a task which ends simply with: < TASK [pomerium : Put config file in place] > \ ^__^ \ (oo)\___ (__)\ )\/\ ||w | || || ERROR! A worker was found in a dead st

Re: [ansible-project] Help with async tasks.

2020-08-31 Thread Guannan Sun
Thank you for your response. Well, in my condition, I using 'create_site' role to create a site in a netbox. It will create a site with name, region, and some other fields, associate some devices and vlans with the site. You may just treat 'create_site' as a role execute some tasks in serial. 在2

Re: [ansible-project] Help with async tasks.

2020-08-31 Thread Stefan Hornburg (Racke)
On 8/31/20 11:38 AM, Guannan Sun wrote: > Dear Tech Team, > > I'm Guannan from China. I'm new to Ansible and looking for some technical > help. > Actually I'm looking for a method to execute one role in parallel with loops > of different configuration files. For > example, I want to create 100 s

[ansible-project] Help with async tasks.

2020-08-31 Thread Guannan Sun
Dear Tech Team, I'm Guannan from China. I'm new to Ansible and looking for some technical help. Actually I'm looking for a method to execute one role in parallel with loops of different configuration files. For example, I want to create 100 sites using role "create_site" with 100 different conf