Automation 如何在mac中安装Juniper.junos ansible galaxy?

Automation 如何在mac中安装Juniper.junos ansible galaxy?,automation,ansible,ansible-galaxy,juniper,pyez,Automation,Ansible,Ansible Galaxy,Juniper,Pyez,我试图在我的Mac上安装最新版本的Juniper.junos: sudo ansible-galaxy install Juniper.junos -downloading role 'junos', owned by Juniper -downloading role from https://github.com/Juniper/ansible-junos-stdlib/archive/2.0.2.tar.gz [ERROR]: failed to download the

我试图在我的Mac上安装最新版本的Juniper.junos:

sudo ansible-galaxy install Juniper.junos

   -downloading role 'junos', owned by Juniper

   -downloading role from https://github.com/Juniper/ansible-junos-stdlib/archive/2.0.2.tar.gz

[ERROR]: failed to download the file: Failed to validate the SSL certificate for github.com:443. Make sure your managedsystems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/ansible, /usr/local/etc/openssl. The exception msg was: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590).

[WARNING]: - Juniper.junos was NOT installed successfully.

ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
易变星系-版本 ansible galaxy 2.5.0


我已经尝试了不同的ansible版本,但错误仍然是一样的。

我们有时会遇到这个问题,这是通过ansible galaxy安装模块的连接问题,与Juniper ansible模块无关

请使用下面的命令进行安装,它将很好地工作

sudo ansible-galaxy install git+https://github.com/Juniper/ansible junos-stdlib.git,,Juniper.junos

[abc@hostname /homes/abc] sudo ansible-galaxy install git+https://github.com/Juniper/ansible-junos-stdlib.git,,Juniper.junos

- extracting Juniper.junos to /homes/babud/.ansible/roles/Juniper.junos
- Juniper.junos was installed successfully