You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2019. It is now read-only.
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.
According to docs step
. yaml_source inventory/default/config/local/vars.ymlis prior to
export INVENTORY=defaultthis leads to
ANSIBLE_CONFIGenv variable being incorrectly set and results toprivate/ssh_confignot being used by ansible when trying to set up the VPN.Seems like docs need to be updated.