Fix list formatting in Getting Started (#68153)

pull/68472/head
Toby Foster 6 years ago committed by GitHub
parent 6452a82452
commit 913ee9119a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: 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 * selects machines to execute against from inventory
* connects to those machines (or network devices, or other managed nodes), usually over SSH * 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 * 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 Beyond the basics
----------------- -----------------
You can override the default remote user name in several ways, including: You can override the default remote user name in several ways, including:
* passing the ``-u`` parameter at the command line * passing the ``-u`` parameter at the command line
* setting user information in your inventory file * setting user information in your inventory file
* setting user information in your configuration file * setting user information in your configuration file

Loading…
Cancel
Save