Skip to content

Commit 6e22c01

Browse files
author
github-actions
committed
Docs build 2024-07-12
1 parent 152e5c2 commit 6e22c01

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

en/latest/_sources/connectors/ssh.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ Multiple hosts sharing the same SSH username:
2828
2929
hosts = (
3030
["my-host-1.net", "my-host-2.net"],
31-
{"ssh_username": "ssh-user"},
31+
{"ssh_user": "ssh-user"},
3232
)
3333
3434
Multiple hosts with different SSH usernames:
3535

3636
.. code:: python
3737
3838
hosts = [
39-
("my-host-1.net", {"ssh_username": "ssh-user"}),
40-
("my-host-2.net", {"ssh_username": "other-user"}),
39+
("my-host-1.net", {"ssh_user": "ssh-user"}),
40+
("my-host-2.net", {"ssh_user": "other-user"}),
4141
]
4242
Available Data
4343
~~~~~~~~~~~~~~

en/latest/connectors/ssh.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this head
168168
<p>Multiple hosts sharing the same SSH username:</p>
169169
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">hosts</span> <span class="o">=</span> <span class="p">(</span>
170170
<span class="p">[</span><span class="s2">&quot;my-host-1.net&quot;</span><span class="p">,</span> <span class="s2">&quot;my-host-2.net&quot;</span><span class="p">],</span>
171-
<span class="p">{</span><span class="s2">&quot;ssh_username&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">},</span>
171+
<span class="p">{</span><span class="s2">&quot;ssh_user&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">},</span>
172172
<span class="p">)</span>
173173
</pre></div>
174174
</div>
175175
<p>Multiple hosts with different SSH usernames:</p>
176176
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">hosts</span> <span class="o">=</span> <span class="p">[</span>
177-
<span class="p">(</span><span class="s2">&quot;my-host-1.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_username&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">}),</span>
178-
<span class="p">(</span><span class="s2">&quot;my-host-2.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_username&quot;</span><span class="p">:</span> <span class="s2">&quot;other-user&quot;</span><span class="p">}),</span>
177+
<span class="p">(</span><span class="s2">&quot;my-host-1.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_user&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">}),</span>
178+
<span class="p">(</span><span class="s2">&quot;my-host-2.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_user&quot;</span><span class="p">:</span> <span class="s2">&quot;other-user&quot;</span><span class="p">}),</span>
179179
<span class="p">]</span>
180180
</pre></div>
181181
</div>

en/latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

en/next/_sources/connectors/ssh.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ Multiple hosts sharing the same SSH username:
2828
2929
hosts = (
3030
["my-host-1.net", "my-host-2.net"],
31-
{"ssh_username": "ssh-user"},
31+
{"ssh_user": "ssh-user"},
3232
)
3333
3434
Multiple hosts with different SSH usernames:
3535

3636
.. code:: python
3737
3838
hosts = [
39-
("my-host-1.net", {"ssh_username": "ssh-user"}),
40-
("my-host-2.net", {"ssh_username": "other-user"}),
39+
("my-host-1.net", {"ssh_user": "ssh-user"}),
40+
("my-host-2.net", {"ssh_user": "other-user"}),
4141
]
4242
Available Data
4343
~~~~~~~~~~~~~~

en/next/connectors/ssh.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this head
168168
<p>Multiple hosts sharing the same SSH username:</p>
169169
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">hosts</span> <span class="o">=</span> <span class="p">(</span>
170170
<span class="p">[</span><span class="s2">&quot;my-host-1.net&quot;</span><span class="p">,</span> <span class="s2">&quot;my-host-2.net&quot;</span><span class="p">],</span>
171-
<span class="p">{</span><span class="s2">&quot;ssh_username&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">},</span>
171+
<span class="p">{</span><span class="s2">&quot;ssh_user&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">},</span>
172172
<span class="p">)</span>
173173
</pre></div>
174174
</div>
175175
<p>Multiple hosts with different SSH usernames:</p>
176176
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">hosts</span> <span class="o">=</span> <span class="p">[</span>
177-
<span class="p">(</span><span class="s2">&quot;my-host-1.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_username&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">}),</span>
178-
<span class="p">(</span><span class="s2">&quot;my-host-2.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_username&quot;</span><span class="p">:</span> <span class="s2">&quot;other-user&quot;</span><span class="p">}),</span>
177+
<span class="p">(</span><span class="s2">&quot;my-host-1.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_user&quot;</span><span class="p">:</span> <span class="s2">&quot;ssh-user&quot;</span><span class="p">}),</span>
178+
<span class="p">(</span><span class="s2">&quot;my-host-2.net&quot;</span><span class="p">,</span> <span class="p">{</span><span class="s2">&quot;ssh_user&quot;</span><span class="p">:</span> <span class="s2">&quot;other-user&quot;</span><span class="p">}),</span>
179179
<span class="p">]</span>
180180
</pre></div>
181181
</div>

en/next/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)