[ansible-project] Run ConfigureRemotingForAnsible.ps1 script on remote machines

2022-04-13 Thread Nitrous
Is there a way, we can use ansible to run the "ConfigureRemotingForAnsible.ps1 script (https://github.com/ansible/ansible/blob/devel/examples/scripts/ConfigureRemotingForAnsible.ps1), on the target machine, before it even starts to talk to the remote machine? Some of our old machines, need to

[ansible-project] Register variable in another task

2022-04-13 Thread Gabz Modz
Hi, I hope you are well Im blocked to register variable to use in other task: Here is the tree structure: └── ansible-role ├── add_user.yml ├── collections │ └── requirements.yml ├── Export-Test.csv ├── roles ├── gargentieri.search │ └── tasks │ └── main.

[ansible-project] Double back slash getting while declaring the path in windows servers.

2022-04-13 Thread Melvin Satheesan
Hello Friends, Good day. I am getting "C\\Temp\\MySoftware" in Ansible output while declaring the path in windows machines from ansible tower. Would you be so kind enough to help me. Getting op: "C\\Temp\\MySoftware" Desired op: "C\Temp\MySoftware" Many thanks, Melvin. S -- You received this m

[ansible-project] Ansible 6.0.0a1 (including ansible-core 2.13.0b0) available for testing

2022-04-13 Thread David Moreau Simard
Hi all, We're happy to announce that the first alpha version 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 number of modules and plugins. This is a major version update from Ansible 5.x

[ansible-project] tower playbook with key

2022-04-13 Thread Jennifer LaVoie
Good morning Is it ok to ask Tower questions here too? I'm trying to run a playbook (uptime) in ansible tower. I can get it to work with my ssh key at the CLI, but no luck yet with tower. I think its not presenting my key correctly. Any guidance is appreciated Here are the variable I added