Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
60134c5c
Commit
60134c5c
authored
Oct 02, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slight tweaks to getting started.
parent
1d86a6f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
docsite/latest/rst/intro_getting_started.rst
+10
-0
No files found.
docsite/latest/rst/intro_getting_started.rst
View file @
60134c5c
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment