naftulikay / ansible-role-degoss

An Ansible role for installing, running, and removing Goss from a system without leaving any traces.
Other
42 stars 12 forks source link

Add option for local copy of goss #54

Closed gforster closed 3 years ago

gforster commented 3 years ago

Does not work against boxes that have no route to GitHub (NAT'd, firewall rules, etc.). Would be nice to have an option to pre-download and provide a local copy (on the ansible control machine) of goss for these types of situations. Might be nice anyway to make the single call to GitHub and then copy goss out anyway. At least as an option.

naftulikay commented 3 years ago

Thanks for opening an issue.

I'm open for pull requests, but presently I don't have the throughput to add this feature, and in all of the environments which I've had use-cases for this, there is an assumption of internet access. If you'd like to create a PR and add another test case to CI to ensure that we prove this is supported going forward :+1: