[ansible-project] Version of collections included in Ansible distro?

2021-06-14 Thread Erik Godding Boye
Greetings, I am trying to understand how (and when) the versions of collections included in the Ansible distro are decided? We are building our own container image for ansible stuff, and the image is rebuilt nightly. After hitting a bug with the recent ansible 4.1.0 release, we submitted this iss

Re: [ansible-project] Version of collections included in Ansible distro?

2021-06-14 Thread Abhijeet Kasurde
You might want to check this repo - https://github.com/ansible-community/ansible-build-data This repo contains version information in which Ansible Community versions are built. On Mon, Jun 14, 2021 at 1:29 PM Erik Godding Boye wrote: > Greetings, > > I am trying to understand how (and when) th

Re: [ansible-project] Version of collections included in Ansible distro?

2021-06-14 Thread Erik Godding Boye
Thanks Abhijeet, So this means we'll have to wait for an eventual 4.1.1 release of ansible or 4.2.0, right? Erik mandag 14. juni 2021 kl. 10:03:26 UTC+2 skrev Abhijeet Kasurde: > You might want to check this repo - > https://github.com/ansible-community/ansible-build-data > > This repo conta

Re: [ansible-project] Version of collections included in Ansible distro?

2021-06-14 Thread 'Felix Fontein' via Ansible Project
Hi Erik, > So this means we'll have to wait for an eventual 4.1.1 release of > ansible or 4.2.0, right? yes, you will (unfortunately) have to wait for 4.2.0, which will be released in ~2 weeks. Best, Felix -- You received this message because you are subscribed to the Google Groups "Ansible

Re: [ansible-project] Version of collections included in Ansible distro?

2021-06-14 Thread Erik Godding Boye
Thanks for clearifying this Abhijeet and Felix. We are applying the workaround for now, so no problem. :-) I just wanted to understand how this works, and now I do! Erik mandag 14. juni 2021 kl. 10:14:44 UTC+2 skrev Felix Fontein: > Hi Erik, > > > So this means we'll have to wait for an eventu

[ansible-project] Error in block declaration

2021-06-14 Thread lift...@gmail.com
I have a playbook that is being included in a role I'm creating: - name: Set up permissions include_tasks: sitepermissions.yml loop: "{{ folders }}" In sitepermissions.yml, I'm trying to define a block: - name: Create Temp Area block: - name: Create {{ folders.site }} Temp Direct

Re: [ansible-project] Re: Getting Error while running playbook "msg": "[Errno None] Unable to connect to port 22

2021-06-14 Thread subrat mangaraj
Hello Reg, Can you share your inputs. I am trying to fetch show output from ASR Cisco devices using Mac PC via jump host to managed host.It should run all cli command from playbook and login all modes using jump host and save different files into destination path. But for me it’s looks like issue i

Re: [ansible-project] Re: How to get updates on Patches

2021-06-14 Thread Pabbisetty h
Hi Visser, Can you guide me on how to get AWX dedicated mailing list? On Thursday, June 10, 2021 at 3:22:30 PM UTC-5 dick@geant.org wrote: > No. This is the ansible list, try the dedicated AWX mailing list. > > On Thu, 10 Jun 2021 at 19:59, Pabbisetty h wrote: > > > > Any suggestion? > > > >

[ansible-project] Massive network infra management

2021-06-14 Thread Parth Patel
Hi All, Let's say we have 500 network devices and we use ansible or nornir. If we deploy it from let's say single configuration management server that single would be single point of failure or let's say single point of security hit ? What are other strategy to manage such scenario such as doing r

[ansible-project] Re: Error in block declaration

2021-06-14 Thread lift...@gmail.com
I believe I figured out my issues. Since I was including the 2nd playbook, references to the main variables had to be {{ item.group }} instead of {{ folders.group }}, etc. Also, in the "when" clause, I found that I needed to remove the curly braces and have the entire check in quotes. Then e

Re: [ansible-project] Massive network infra management

2021-06-14 Thread Antony Stone
On Monday 14 June 2021 at 20:31:53, Parth Patel wrote: > Hi All, > > Let's say we have 500 network devices I'm sure there are people here who would not describe that as "massive" :) > and we use ansible or nornir. > If we deploy it from let's say single configuration management server that > si

Re: [ansible-project] Massive network infra management

2021-06-14 Thread Parth Patel
Thanks Antony. I assumed 500 devices as an example. I saw a vedio from redhat about 1 devices management using ansible it can be considered as massive and makes sense πŸ™ƒ What solution you would prefer for taking backups of network devices ? On Tue, 15 Jun, 2021, 12:11 am Antony Stone, < antony

Re: [ansible-project] Massive network infra management

2021-06-14 Thread Antony Stone
On Monday 14 June 2021 at 20:45:10, Parth Patel wrote: > Thanks Antony. I assumed 500 devices as an example. I saw a vedio from > redhat about 1 devices management using ansible it can be considered as > massive and makes sense πŸ™ƒ > > What solution you would prefer for taking backups of networ

[ansible-project] Nested Collection

2021-06-14 Thread Dhiwakar Ravikumar
Hi Can someone please comment on whether or or it is possible, whether or not it is recommended to nest collections inside of other collections ? I would like to develop a collection of custom modules, which are again composed of other modules. For example, I would like to develop custom modu

Re: [ansible-project] Getting Error

2021-06-14 Thread Abhijeet Kasurde
Hi Dipun, Could you please paste the playbook used? You are trying to combine dict and AnsibleSequence (which is basically a list). On Sun, Jun 6, 2021 at 5:33 PM Dipun Dwibedy wrote: > ansible-playbook switch.yml -v > Using /home/sidwi/ansible/ansible.cfg as config file > ERROR! failed to com