This commit is contained in:
felixfontein
2024-12-28 13:46:45 +00:00
parent 0d8660612f
commit 7fea6368a6
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -226,7 +226,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<p>This can either be an address/port combination in the form <code class="ansible-value docutils literal notranslate"><span class="pre">192.168.1.1:4567</span></code>, or an interface followed by a port number, like <code class="ansible-value docutils literal notranslate"><span class="pre">eth0:4567</span></code>.</p>
<p>If the port number is omitted, the port number from the listen address is used.</p>
<p>If <code class="ansible-option docutils literal notranslate"><strong><a class="reference internal" href="#ansible-collections-community-docker-docker-swarm-module-parameter-advertise-addr"><span class="std std-ref"><span class="pre">advertise_addr</span></span></a></strong></code> is not specified, it will be automatically detected when possible.</p>
<p>Only used when swarm is initialised or joined. Because of this its not considered for idempotency checking.</p>
<p>Only used when swarm is initialised or joined. Because of this it is not considered for idempotency checking.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -338,7 +338,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<a class="ansibleOptionLink" href="#parameter-default_addr_pool" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Default address pool in CIDR format.</p>
<p>Only used when swarm is initialised. Because of this its not considered for idempotency checking.</p>
<p>Only used when swarm is initialised. Because of this it is not considered for idempotency checking.</p>
<p>Requires API version &gt;= 1.39.</p>
</div></td>
</tr>
@@ -423,7 +423,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<td><div class="ansible-option-cell"><p>Listen address used for inter-manager communication.</p>
<p>This can either be an address/port combination in the form <code class="ansible-value docutils literal notranslate"><span class="pre">192.168.1.1:4567</span></code>, or an interface followed by a port number, like <code class="ansible-value docutils literal notranslate"><span class="pre">eth0:4567</span></code>.</p>
<p>If the port number is omitted, the default swarm listening port is used.</p>
<p>Only used when swarm is initialised or joined. Because of this its not considered for idempotency checking.</p>
<p>Only used when swarm is initialised or joined. Because of this it is not considered for idempotency checking.</p>
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">&quot;0.0.0.0:2377&quot;</span></code></p>
</div></td>
</tr>
@@ -538,7 +538,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<a class="ansibleOptionLink" href="#parameter-subnet_size" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Default address pool subnet mask length.</p>
<p>Only used when swarm is initialised. Because of this its not considered for idempotency checking.</p>
<p>Only used when swarm is initialised. Because of this it is not considered for idempotency checking.</p>
<p>Requires API version &gt;= 1.39.</p>
</div></td>
</tr>