intro: Add a note about current user (#74638)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
25de07946c
commit
39df263f1a
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ You should see output for each host in your inventory, similar to this:
|
||||||
"ping": "pong"
|
"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:
|
Now run a live command on all of your nodes:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
Loading…
Reference in a new issue