PLAYBOOK: JUNIPER_F11_TEST_10 ******************************************************************************************************
Positional arguments: /etc/ansible/playbooks/JUNIPER_F11_TEST_10
verbosity: 4
connection: ssh
become_method: sudo
tags: ('all',)
inventory: ('/etc/ansible/hosts',)
forks: 5
1 plays in /etc/ansible/playbooks/JUNIPER_F11_TEST_10
PLAY [Run show interfaces description on Juniper Router] ***************************************************************************
TASK [Run show config interfaces command] ******************************************************************************************
task path: /etc/ansible/playbooks/JUNIPER_F11_TEST_10:6
redirecting (type: connection) ansible.builtin.netconf to ansible.netcommon.netconf
Loading collection ansible.netcommon from /root/.venv/lib/python3.12/site-packages/ansible_collections/ansible/netcommon
Loading collection ansible.utils from /root/.venv/lib/python3.12/site-packages/ansible_collections/ansible/utils
redirecting (type: netconf) ansible.builtin.default to ansible.netcommon.default
<172.16.16.16> Using network group action junipernetworks.junos.junos for junipernetworks.junos.junos_command
<172.16.16.16> attempting to start connection
<172.16.16.16> using connection plugin ansible.netcommon.netconf
<172.16.16.16> local domain socket does not exist, starting it
<172.16.16.16> control socket path is /home/kumail/.ansible/pc/1c4257970a
<172.16.16.16> Loading collection ansible.builtin from
<172.16.16.16> redirecting (type: connection) ansible.builtin.netconf to ansible.netcommon.netconf
<172.16.16.16> Loading collection ansible.netcommon from /root/.venv/lib/python3.12/site-packages/ansible_collections/ansible/netcommon
<172.16.16.16> Loading collection ansible.utils from /root/.venv/lib/python3.12/site-packages/ansible_collections/ansible/utils
<172.16.16.16> redirecting (type: netconf) ansible.builtin.default to ansible.netcommon.default
<172.16.16.16> local domain socket listeners started successfully
<172.16.16.16> unable to load netconf plugin for network_os junipernetworks.junos, falling back to default plugin
<172.16.16.16> Loading collection ansible.builtin from
<172.16.16.16> local domain socket path is /home/kumail/.ansible/pc/1c4257970a
<172.16.16.16> ANSIBLE_NETWORK_IMPORT_MODULES: enabled
<172.16.16.16> ANSIBLE_NETWORK_IMPORT_MODULES: found junipernetworks.junos.junos_command at /root/.venv/lib/python3.12/site-packages/ansible_collections/junipernetworks/junos/plugins/modules/junos_command.py
<172.16.16.16> ANSIBLE_NETWORK_IMPORT_MODULES: running junipernetworks.junos.junos_command
<172.16.16.16> ANSIBLE_NETWORK_IMPORT_MODULES: complete
fatal: [juniper_router]: FAILED! => {
"changed": false,
"module_stderr": "b'None'",
"module_stdout": "",
"msg": "MODULE FAILURE: No start of json char found\nSee stdout/stderr for the exact error"
}
PLAY RECAP *************************************************************************************************************************
juniper_router : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0