rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Import GPG keys the other way #118

Closed FuhuXia closed 7 years ago

FuhuXia commented 7 years ago

Step "Import GPG keys" always fails on our hardened ubuntu 14.04. Could be either the version of our ubuntu we are using, or the company firewall. Adding the alternative method to import GPG key in case first method fails.

pkuczynski commented 7 years ago

Some other people reported the same issue on hardened Ubuntu. I was wondering what could be the root cause for that?

FuhuXia commented 7 years ago

It turns out to be company firewall. Outbound traffic via port 11371 is blocked.

pkuczynski commented 7 years ago

That's what I suspected. Thanks for letting us know.