You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Engines
juniper.device.system:
action: "shutdown"
other_re: True
Result
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
PLAY [Reboot Junos devices] ********************************************************************************************
TASK [Shutdown all other Routing Engines] ******************************************************************************
fatal: [dal12-pentest-ha]: FAILED! => {"action": "shutdown", "all_re": true, "ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "changed": false, "media": false, "msg": "shutdown failed. Error: RpcError(severity: error, bad_element: None, message: command is not valid on the vsrx)", "other_re": true, "reboot": false, "vmhost": false}
PLAY RECAP *************************************************************************************************************
dal12-pentest-ha : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Wondering how to get this run successfully on the vSRX. Thank you in advance.
vSRX (JUNOS 23.4R1-S2.4 ) is running Ubuntu 20.04 KVM
Playbook
Result
Wondering how to get this run successfully on the vSRX. Thank you in advance.
Ansible environment
The text was updated successfully, but these errors were encountered: