Fix list formatting in Getting Started (#68153)

This commit is contained in:
Toby Foster 2020-03-25 19:29:09 +00:00 committed by GitHub
parent 6452a82452
commit 913ee9119a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ Getting Started
***************
Now that you have read the :ref:`installation guide<installation_guide>` and installed Ansible on a control node, you are ready to learn how Ansible works. A basic Ansible command or playbook:
* selects machines to execute against from inventory
* connects to those machines (or network devices, or other managed nodes), usually over SSH
* copies one or more modules to the remote machines and starts execution there
@ -47,6 +48,7 @@ Confirm that you can connect using SSH to all the nodes in your inventory using
Beyond the basics
-----------------
You can override the default remote user name in several ways, including:
* passing the ``-u`` parameter at the command line
* setting user information in your inventory file
* setting user information in your configuration file