Ansible requires Python junos-eznc
module:
junos-eznc >= 1.2.2 is required but does not appear to be installed.
It can be installed us
The warning message you get is:
System time is way off (before 2014-01-01). This will probably lead to SSL verification errors
And you indeed get the SSL verification error:
certificate verify failed
Solution: change the system date to current.
You also get two warnings (likely non-critical) with a suggestion to upgrade your Python:
You can upgrade to a newer version of Python to solve this.
Solution: upgrade the Python.