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
1caca116
Commit
1caca116
authored
Apr 17, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuild + port docs
parent
bdeff186
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
patterns.html
+4
-0
rst/patterns.rst
+5
-0
searchindex.js
+0
-0
No files found.
patterns.html
View file @
1caca116
...
...
@@ -178,6 +178,10 @@ Ansible’s inventory file, which defaults to /etc/ansible/hosts.</p>
</div>
<p>
The things in brackets are group names, you don
’
t have to have them,
but they are useful.
</p>
<p>
If you have hosts that run on non-standard SSH ports you can put the port number
after the hostname with a colon. This requires Ansible 0.3 (integration branch):
</p>
<div
class=
"highlight-python"
><pre>
four.example.com:5309
</pre>
</div>
</div>
<div
class=
"section"
id=
"selecting-targets"
>
<h2>
Selecting Targets
<a
class=
"headerlink"
href=
"#selecting-targets"
title=
"Permalink to this headline"
>
¶
</a></h2>
...
...
rst/patterns.rst
View file @
1caca116
...
...
@@ -28,6 +28,11 @@ The format for /etc/ansible/hosts looks like this::
The things in brackets are group names, you don't have to have them,
but they are useful.
If you have hosts that run on non-standard SSH ports you can put the port number
after the hostname with a colon. This requires Ansible 0.3 (integration branch)::
four.example.com:5309
Selecting Targets
+++++++++++++++++
...
...
searchindex.js
View file @
1caca116
This diff is collapsed.
Click to expand it.
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