ansible-junos-stdlib
ansible-junos-stdlib copied to clipboard
Junos modules for Ansible
Fix for reboot exception handling.
jsnapy.py Added code for persistent pyez connection check and called invoke_jsnapy with required arguments pyez.py updated snapcheck - removed file_name with pre_file argument
Fix for JSON encoder error “TypeError: Object of type function is not JSON serializable”
Updated timeout value from 5 seconds to 300 seconds for netconf connectivity for playbook pb.juniper_junos_system.yml
Issue Type ------ - Bug Report Module Name ------ juniper.device.config juniper.device collection and Python libraries version ``` $ ansible --version ansible [core 2.17.0] config file = /home/ansible/ansible_network/ansible.cfg configured module search...
Issue Type ------ - Feature Idea Module Name ------ juniper.device.jsnapy juniper.device collection and Python libraries version ``` Collection Version ---------------------------------------- ------- juniper.device 1.0.5 jsnapy 1.3.8.dev0 ``` OS / Environment ------...
Issue Type ------ - Bug Report Module Name ------ juniper.device python 3.12 OS / Environment ------ JUNOS Evolved Summary ------ ``` TASK [Test reachability to device using do-not-fragment and rapid]...
Issue Type ------ - Bug Report Module Name ------ juniper.device.ping OS / Environment ------ JUNOS Evolved Summary ------ juniper.device.ping does not handle when packet loss has float values . msg:...
Issue Type ------ Module Name ------ juniper.device.jsnapy juniper.device collection and Python libraries version ``` Collection Version ---------------------------------------- ------- ansible.netcommon 4.1.0 ansible.utils 2.8.0 juniper.device 1.0.5 jsnapy 1.3.8.dev0 junos-eznc 2.7.1+9.ga64698b ``` OS...
vSRX (JUNOS 23.4R1-S2.4 ) is running Ubuntu 20.04 KVM Playbook ``` --- - name: Reboot Junos devices hosts: srx-devices connection: local gather_facts: no tasks: - name: Shutdown all other Routing...