This commit is contained in:
felixfontein 2023-10-14 21:50:19 +00:00
parent 30e76f11fb
commit e5672e384d
2 changed files with 3 additions and 1 deletions

View File

@ -295,6 +295,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<td><div class="ansible-option-cell"><p>Address or interface to use for data path traffic.</p> <td><div class="ansible-option-cell"><p>Address or interface to use for data path traffic.</p>
<p>This can either be an address in the form <code class="ansible-value docutils literal notranslate"><span class="pre">192.168.1.1</span></code>, or an interface, like <code class="ansible-value docutils literal notranslate"><span class="pre">eth0</span></code>.</p> <p>This can either be an address in the form <code class="ansible-value docutils literal notranslate"><span class="pre">192.168.1.1</span></code>, or an interface, like <code class="ansible-value docutils literal notranslate"><span class="pre">eth0</span></code>.</p>
<p>Only used when swarm is initialised or joined. Because of this it is 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>Requires API version &gt;= 1.30.</p>
</div></td> </div></td>
</tr> </tr>
<tr class="row-even"><td><div class="ansible-option-cell"> <tr class="row-even"><td><div class="ansible-option-cell">
@ -305,6 +306,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<td><div class="ansible-option-cell"><p>Port to use for data path traffic.</p> <td><div class="ansible-option-cell"><p>Port to use for data path traffic.</p>
<p>This needs to be a port number like <code class="ansible-value docutils literal notranslate"><span class="pre">9789</span></code>.</p> <p>This needs to be a port number like <code class="ansible-value docutils literal notranslate"><span class="pre">9789</span></code>.</p>
<p>Only used when swarm is initialised. Because of this it is 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.40.</p>
</div></td> </div></td>
</tr> </tr>
<tr class="row-odd"><td><div class="ansible-option-cell"> <tr class="row-odd"><td><div class="ansible-option-cell">

File diff suppressed because one or more lines are too long