[ansible-project] Network Scan in Ansible

2021-05-25 Thread Dheeraj W
HI Guys , I have been assigned a task to find all the routers in the management range lets say 10.250.0.0/20 and script is expected to to start from first ip and run an interation til the last ip and ruunning show command like show version to fetch their version number and other vital parameter

[ansible-project] Re: remote1 ->fetch-> control machine ->copy-> remote2

2021-05-25 Thread Rodrigues -
The issue is that it cannot find the files as it's expecting a single file which name is ".env" If you want to copy all files with that extension you may need a different solution. Have a look here: https://stackoverflow.com/questions/54152051/ansible-fetch-a-collection-of-files-to-the-destinat

Re: [ansible-project] ansible tower failed to access user information. get returned status 401

2021-05-25 Thread manoj kumar
Hey. Thanks for the response. On Tue, 25 May 2021 at 12:27 PM, Dick Visser wrote: > Not really, as this list is about ansible. You might get better response > on the dedicated awx list. > > On Tue, 25 May 2021 at 08:31, manoj kumar wrote: > >> Hi Team, I am getting a error mentioned in $subject

Re: [ansible-project] Security updates

2021-05-25 Thread Dick Visser
On Tue, 25 May 2021 at 10:20, Martin Krizek wrote: > > On Tue, May 25, 2021 at 7:00 AM Dick Visser wrote: > > > > Hi > > > > Regarding ansible release information, I don't see any dedicated security > > announcement mailing list. > > Also the functionality that GitHub offers through the project'

Re: [ansible-project] Security updates

2021-05-25 Thread Martin Krizek
On Tue, May 25, 2021 at 7:00 AM Dick Visser wrote: > > Hi > > Regarding ansible release information, I don't see any dedicated security > announcement mailing list. > Also the functionality that GitHub offers through the project's security > advisory page seems to be unused: > https://github.com

[ansible-project] remote1 ->fetch-> control machine ->copy-> remote2

2021-05-25 Thread Bond James
Hello! I have 2 remote hosts and 1 master node with my playbooks. I want that file with name ".env" was copy with module "Fetch" to Master node and then, with module "copy" will copy to Remote host 2 *hosts:* [jitsi] 185.139.68.189 [VideoBridge2] 46.17.104.103 [Jitsi_Stack] 185.139.68.189