Commit 60134c5c by Michael DeHaan

Slight tweaks to getting started.

parent 1d86a6f1
...@@ -10,6 +10,12 @@ About ...@@ -10,6 +10,12 @@ About
Now that you've read `intro_installation` and installed Ansible, it's time to dig in and get Now that you've read `intro_installation` and installed Ansible, it's time to dig in and get
started with some commands. started with some commands.
What we are showing first are not the powerful configuration/deployment/orchestration of Ansible, called playbooks.
Playbooks are covered in a seperate section.
This is basically about how to get going initially. Once you have this down, read `intro_adhoc` for some more
detail, and then you'll be ready to dive into playbooks.
Remote Connection Information Remote Connection Information
````````````````````````````` `````````````````````````````
...@@ -46,6 +52,8 @@ which you have your SSH key in ``authorized_keys``:: ...@@ -46,6 +52,8 @@ which you have your SSH key in ``authorized_keys``::
aserver.example.org aserver.example.org
bserver.example.org bserver.example.org
This is an inventory file, which is also explained in greater depth here: `intro_inventory`.
We'll assume you are using SSH keys for authentication. Set up SSH agent to avoid retyping passwords: We'll assume you are using SSH keys for authentication. Set up SSH agent to avoid retyping passwords:
.. code-block:: bash .. code-block:: bash
...@@ -111,6 +119,8 @@ Also note that host key checking in paramiko mode is reasonably slow, therefore ...@@ -111,6 +119,8 @@ Also note that host key checking in paramiko mode is reasonably slow, therefore
.. seealso:: .. seealso::
:doc:`intro_inventory`
More information about inventory
:doc:`intro_adhoc` :doc:`intro_adhoc`
Examples of basic commands Examples of basic commands
:doc:`playbooks` :doc:`playbooks`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment