intro: Add a note about current user (#74638)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2021-05-14 21:11:35 +05:30 committed by GitHub
parent 25de07946c
commit 39df263f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,8 @@ You should see output for each host in your inventory, similar to this:
"ping": "pong"
}
You can use ``-u`` as one way to specify the user to connect as, by default Ansible uses SSH, which defaults to the 'current user'.
Now run a live command on all of your nodes:
.. code-block:: bash