jimdavis66
jimdavis66
Hi @alagoutte and @tchiapuziowong Sorry for the confusion. I am using the collection, and here is a full example of my playbook. Am I doing something wrong here? Thanks! ```...
Config before (with redactions): ``` ! access-list ip ACL-VLAN20 10 permit any 192.168.254.37 192.168.20.0/255.255.255.0 20 deny tcp any 192.168.20.35 eq http 30 deny tcp any 192.168.20.35 eq https 40 permit...
Thanks guys. I have the requirements and pycurl installed but am still getting the same 502 error. ``` root@9fe4622a45b2:/mnt/switches-ansible# python3 -m pip list Package Version ------------------- -------------------- ansible 6.7.0 ansible-core...
@tchiapuziowong yes, it is on the default vrf ``` sw-science1# show vrf VRF Configuration: ------------------ VRF Name : default Interfaces Status ----------------------------- vlan1 up ```
Hi @tchiapuziowong , thanks so much for working on this. I've updated the collection and pyaoscx and am now getting the following error: msg: 'Could not get PYAOSCX Session: ''LOGIN...
I already have that set to 'true'. You can see it in the verbose output of the playbook: ``` fatal: [sw-science1]: FAILED! => changed=false invocation: module_args: firmware_file_path: /mnt/switches-ansible/firmware/ArubaOS-CX_6200_10_13_0005.swi partition_name: secondary...
I am experiencing this exact same issue. network_cli is still working, but I get the same traceback and error when using ansible_connection: arubanetworks.aoscx.aoscx
/usr/bin/python3 -V Python 3.10.6 ansible --version ansible [core 2.13.4] config file = /home/ubuntu/arubaosx/ansible.cfg configured module search path = ['/home/ubuntu/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible ansible collection location =...
Thank you @tchiapuziowong. It is working perfectly for me now.
Hi @Thaddeli , Do you mind sharing your workaround with me? How have you configured your playbook tasks to do a copy via SCP? Thanks, James