diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-16 12:07:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-16 12:07:05 -0300 |
commit | 9236e347d9fbc31b10605e9556d587e639869ee8 (patch) | |
tree | 83a685f35cbcb662215e498b31881d358cef0fe2 /share | |
parent | 07a0dfa4a63e7a5b00452907c93562d6a82fdbfd (diff) | |
download | hydra-9236e347d9fbc31b10605e9556d587e639869ee8.tar.gz hydra-9236e347d9fbc31b10605e9556d587e639869ee8.tar.bz2 |
Comment on ansible_user
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy index da3357b..7b9e05e 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -287,7 +287,7 @@ if [ -e "$HYDRA_FOLDER/ansible/ansible.cfg" ]; then # Build ansible args if [ ! -z "$SSH_USER" ]; then - # Avoid ESTABLISH SSH CONNECTION FOR USER: None + # Avoid ESTABLISH SSH CONNECTION FOR USER: None (use -vvvv to check if you get this message) # See https://stackoverflow.com/questions/35024576/establish-ssh-connection-for-user-none-when-specify-a-single-host-on-the-comman#40610316 ANSIBLE_ARGS="-e ansible_user=$SSH_USER" else |