Commit 1caca116 by Michael DeHaan

Rebuild + port docs

parent bdeff186
...@@ -178,6 +178,10 @@ Ansible&#8217;s inventory file, which defaults to /etc/ansible/hosts.</p> ...@@ -178,6 +178,10 @@ Ansible&#8217;s inventory file, which defaults to /etc/ansible/hosts.</p>
</div> </div>
<p>The things in brackets are group names, you don&#8217;t have to have them, <p>The things in brackets are group names, you don&#8217;t have to have them,
but they are useful.</p> 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>
<div class="section" id="selecting-targets"> <div class="section" id="selecting-targets">
<h2>Selecting Targets<a class="headerlink" href="#selecting-targets" title="Permalink to this headline"></a></h2> <h2>Selecting Targets<a class="headerlink" href="#selecting-targets" title="Permalink to this headline"></a></h2>
......
...@@ -28,6 +28,11 @@ The format for /etc/ansible/hosts looks like this:: ...@@ -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, The things in brackets are group names, you don't have to have them,
but they are useful. 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 Selecting Targets
+++++++++++++++++ +++++++++++++++++
......
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