Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


fatal: [vsrx1]: FAILED! => {"changed": false, "msg": "jxmlease >= 1.0.1 is required for this module. However, jxmlease does not appear to be currently installed. See http://jxmlease.readthedocs.io/en/stable/install.html for details on installing jxmlease."}

Solution:

pip install jxmlease
pip install --upgrade pip


TASK [Load conf. Confirm within 5 min. Wait 3 secs between chk and commit] *********************************************fatal: [172.30.95.194]: FAILED! => {"changed": false, "msg": "Unable to make a PyEZ connection: ConnectAuthError(172.30.95.194)"}


Solution:

host: "{{ inventory_hostname }}"
user: "jansible"
passwd: "jansible123"



TASK [Load conf. Confirm within 5 min. Wait 3 secs between chk and commit] *********************************************
fatal: [172.30.95.194]: FAILED! => {"changed": false, "msg": "Failure loading the configuraton: ConfigLoadError(severity: error, bad_element: None, message: error: Cannot open configuration file: 172.30.95.194.conf)"}

Solution:

..


  • No labels