mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Slight tweaks to getting started.
This commit is contained in:
parent
1d86a6f129
commit
60134c5c88
1 changed files with 10 additions and 0 deletions
|
@ -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``::
|
||||||
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
|
||||||
|
|
||||||
.. 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`
|
||||||
|
|
Loading…
Reference in a new issue