From 9236e347d9fbc31b10605e9556d587e639869ee8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Jun 2018 12:07:05 -0300 Subject: Comment on ansible_user --- share/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3