]> gitweb.fluxo.info Git - hydra.git/commitdiff
Comment on ansible_user
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 16 Jun 2018 15:07:05 +0000 (12:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 16 Jun 2018 15:07:05 +0000 (12:07 -0300)
share/hydra/deploy

index da3357bc63d43057cc5a00030185df437716141c..7b9e05e46b80b0e6e945f49e74cadc658ce9d06a 100755 (executable)
@@ -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