FairwindsOps / pentagon

A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
https://www.reactiveops.com
Apache License 2.0
183 stars 25 forks source link

PLAY [configure vpn instance] Failed to connect to the host via ssh #195

Open Oxyaction opened 5 years ago

Oxyaction commented 5 years ago

According to docs step . yaml_source inventory/default/config/local/vars.yml is prior to export INVENTORY=default this leads to ANSIBLE_CONFIG env variable being incorrectly set and results to private/ssh_config not being used by ansible when trying to set up the VPN.

Seems like docs need to be updated.

ejether commented 5 years ago

Thanks for pointing that out!