mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-30 07:45:44 +02:00
deploy: ff7e6162d7
This commit is contained in:
parent
935f8279d7
commit
5c57411737
18 changed files with 430 additions and 400 deletions
|
@ -2,7 +2,7 @@
|
|||
<html class="writer-html5" lang="en" data-content_root="./">
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta content="2.13.1" name="antsibull-docs" />
|
||||
<meta content="2.14.0" name="antsibull-docs" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>community.routeros.api_modify module – Modify data at paths with API — Community.Routeros Collection documentation</title>
|
||||
|
@ -149,7 +149,7 @@
|
|||
<h1>community.routeros.api_modify module – Modify data at paths with API<a class="headerlink" href="#community-routeros-api-modify-module-modify-data-at-paths-with-api" title="Link to this heading"></a></h1>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/community/routeros/">community.routeros collection</a> (version 2.18.0).</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/community/routeros/">community.routeros collection</a> (version 2.19.0).</p>
|
||||
<p>It is not included in <code class="docutils literal notranslate"><span class="pre">ansible-core</span></code>.
|
||||
To check whether it is installed, run <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">list</span></code>.</p>
|
||||
<p>To install it, use: <code class="code docutils literal notranslate"><span class="pre">ansible-galaxy</span> <span class="pre">collection</span> <span class="pre">install</span> <span class="pre">community.routeros</span></code>.
|
||||
|
@ -502,6 +502,7 @@ see <a class="reference internal" href="#ansible-collections-community-routeros-
|
|||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">bgp</span> <span class="pre">peer"</span></code></p></li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">bgp</span> <span class="pre">template"</span></code></p></li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">filter"</span></code></p></li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">filter</span> <span class="pre">num-list"</span></code></p></li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">filter</span> <span class="pre">rule"</span></code></p></li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">filter</span> <span class="pre">select-rule"</span></code></p></li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"routing</span> <span class="pre">id"</span></code></p></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue