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
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,28 @@ callback_whitelist = jsnapy
82
82
## INSTALLATION
83
83
You must have the [DEPENDENCIES](#dependencies) installed on your system.
84
84
85
+
If you're dealing with Ubuntu 14.04 and faced following error during the installation, it's because the system python which used by Ubuntu 14.04 is locked to 2.7.6 till EOL, as a result, please consider to skip galaxy certification process by appending `-c` option of ansible-galaxy. i.e. `ansible-galaxy install Juniper.junos -c`
86
+
87
+
```
88
+
[WARNING]: - Juniper.junos was NOT installed successfully: Failed to get data
89
+
from the API server (https://galaxy.ansible.com/api/): Failed to validate the
90
+
SSL certificate for galaxy.ansible.com:443. Make sure your managed systems have
91
+
a valid CA certificate installed. If the website serving the url uses SNI you
92
+
need python >= 2.7.9 on your managed machine (the python executable used
93
+
(/usr/bin/python) is version: 2.7.6 (default, Nov 23 2017, 15:49:48) [GCC
94
+
4.8.4]) or you can install the `urllib3`, `pyOpenSSL`, `ndg-httpsclient`, and
95
+
`pyasn1` python modules to perform SNI verification in python >= 2.6. You can
96
+
use validate_certs=False if you do not need to confirm the servers identity but
97
+
this is unsafe and not recommended. Paths checked for this platform:
0 commit comments