[ansible-project] Re: Changing ansible_shell_type - is ansible reusing ssh connection?

2021-03-28 Thread jbor...@gmail.com
The way to reset the connection in Ansible is to run - meta: reset_connection This will delete the existing control persist socket so the subsequent task will use a new connection. On Saturday, March 27, 2021 at 10:36:26 AM UTC+10 needabettername wrote: > My explanation in the first message wa

[ansible-project] Ansible Playbook - Version Control - GUI - Distributed architecture

2021-03-28 Thread esxi...@gmail.com
Hi Folks What you folks recommend for below 1. Would need playbooks in version control 2. GUI for folks to run playbooks 3. If you have multiple VMware vCenter data centers & AWS datacenters ie VMs in various geo locations, hence ansible control node in each site but the G

Re: [ansible-project] Ansible shows error that says missing ':' even when it is already present

2021-03-28 Thread Abhijeet Kasurde
Hi Vikram, Please include the full playbook. On Fri, Mar 26, 2021 at 6:48 PM Lars Liedtke wrote: > I cannot tell for sure without seeing the code of this task, but could it > perhaps be, that you forgot a "-" at the before "register"? > Am 26.03.21 um 14:13 schrieb Vikram S: > > Please look at