Robin Bowes
Robin Bowes
I'd like to use both assh and krssh from https://krypto.co Both use ProxyCommand to function and I can't figure out how to configure things so they both work. Any ideas?
### What problem are you facing? Would like to be able to see what changes are included in a new version ### How could terraform-docs help solve your problem? Generate/update...
This tool seems really useful. It would be create to be able to install it from Homebrew. https://docs.brew.sh/Adding-Software-to-Homebrew Thanks!
This change adds a classic ELB in front of the instance, which makes it possible to assign a Route53 alias record.
Great tool. It would be nice to have a `--dry-run` option, to be able to audit versioning without actually making changes. I actually came to add a feature request to...
"no, unfortunately that is not managed atm and we don’t have a proper catalog structure with versioning in vcenter (unlike in vcloud) so it’s going to be a little thougher...
I'm setting the network for a new VM as follows: ``` config.vm.provider :vcenter do |vcenter| vcenter.hostname = vcenter_host vcenter.username = username vcenter.password = password vcenter.network_name = network_name vcenter.linked_clones = true...
Oracle Linux 6.7 (possible RHEL 6.7 too - not tested) puts the following in the ifcfg- file: ``` check_link_down() { return 1; } ``` This breaks the network_config provider. Error...
In #1962, I found that I get an error when attempting to package a python package as a deb: ``` $ SETUPTOOLS_SCM_PRETEND_VERSION=0.1.0 fpm -s python -t deb . Traceback (most...