This commit is contained in:
felixfontein 2023-04-08 16:12:59 +00:00
parent 27bf8ad515
commit d345ba6fcc
2 changed files with 2 additions and 1 deletions

View File

@ -512,6 +512,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<p>Set to <code class="docutils literal notranslate"><span class="pre">join</span></code>, to join an existing cluster.</p>
<p>Set to <code class="docutils literal notranslate"><span class="pre">absent</span></code>, to leave an existing cluster.</p>
<p>Set to <code class="docutils literal notranslate"><span class="pre">remove</span></code>, to remove an absent node from the cluster. Note that removing requires Docker SDK for Python &gt;= 2.4.0.</p>
<p><a class="reference internal" href="docker_node_module.html#ansible-collections-community-docker-docker-node-module"><span class="std std-ref">community.docker.docker_node</span></a> can be used to demote a manager before removal.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><span class="pre">&quot;present&quot;</span></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>

File diff suppressed because one or more lines are too long