From 5c57411737a62f2ecc600d75f9966ff2f9b293e9 Mon Sep 17 00:00:00 2001 From: Andersson007 Date: Fri, 13 Sep 2024 12:15:19 +0000 Subject: [PATCH] deploy: ff7e6162d7eab3b7a45ab981b6fde9765efc047e --- pr/312/_static/antsibull-minimal.css | 2 +- pr/312/api_facts_module.html | 4 +- pr/312/api_find_and_modify_module.html | 4 +- pr/312/api_info_module.html | 5 +- pr/312/api_modify_module.html | 5 +- pr/312/api_module.html | 4 +- pr/312/changelog.html | 766 ++++++++++++------------ pr/312/command_module.html | 4 +- pr/312/environment_variables.html | 2 +- pr/312/facts_module.html | 4 +- pr/312/index.html | 4 +- pr/312/join_filter.html | 4 +- pr/312/list_to_dict_filter.html | 4 +- pr/312/quote_argument_filter.html | 4 +- pr/312/quote_argument_value_filter.html | 4 +- pr/312/routeros_cliconf.html | 4 +- pr/312/searchindex.js | 2 +- pr/312/split_filter.html | 4 +- 18 files changed, 430 insertions(+), 400 deletions(-) diff --git a/pr/312/_static/antsibull-minimal.css b/pr/312/_static/antsibull-minimal.css index 10794e4..5298b2b 100644 --- a/pr/312/_static/antsibull-minimal.css +++ b/pr/312/_static/antsibull-minimal.css @@ -1,4 +1,4 @@ @charset "UTF-8"; /* Copyright (c) Ansible and contributors */ /* GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt) */ -:root{--antsibull-links-background:#5bbdbf;--antsibull-links-background-active:#91d9db;--antsibull-links-focus-outline:#204748;--antsibull-links-text:#fff;--antsibull-table-background-header:#6ab0de;--antsibull-table-background-even:#e7f2fa;--antsibull-table-background-odd:#fff;--antsibull-table-border:#000;--antsibull-narrowtable-background:#e7f2fa;--antsibull-option-type:purple;--antsibull-option-elements:purple;--antsibull-option-required:red;--antsibull-option-version-added:#006400;--antsibull-option-aliases:#006400;--antsibull-option-default:blue;--antsibull-option-sample:blue;--antsibull-option-sample-header:#000;--antsibull-attribute-support-none:red;--antsibull-attribute-support-partial:#a5a500;--antsibull-attribute-support-full:green;--antsibull-attribute-support-na:inherit}.ansible-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.ansible-links>*{margin:2px 4px!important}.ansible-links>li{list-style:none!important}.ansible-links>li>p{display:inline}.ansible-links a{background-color:var(--antsibull-links-background);border-radius:3px;color:var(--antsibull-links-text);cursor:pointer;display:block;padding:4px 12px}.ansible-links a:active,.ansible-links a:focus,.ansible-links a:hover{background-color:var(--antsibull-links-background-active)}.ansible-links a:focus{outline:3px solid var(--antsibull-links-focus-outline)}table.documentation-table{border-bottom:1px solid var(--antsibull-table-border);border-right:1px solid var(--antsibull-table-border)}table.documentation-table th{background-color:var(--antsibull-table-background-header)}table.documentation-table td,table.documentation-table th{border-left:1px solid var(--antsibull-table-border);border-top:1px solid var(--antsibull-table-border);padding:4px}table.documentation-table td.elbow-placeholder{border-top:0;min-width:30px;width:30px}table.documentation-table td{vertical-align:top}table.documentation-table td:first-child{white-space:nowrap}table.documentation-table tr .ansibleOptionLink{display:inline-block}table.documentation-table tr .ansibleOptionLink:after{content:"🔗";opacity:0}table.documentation-table tr:hover .ansibleOptionLink:after{opacity:1}table.documentation-table tr:nth-child(odd){background-color:var(--antsibull-table-background-odd)}table.documentation-table tr:nth-child(2n){background-color:var(--antsibull-table-background-even)}table.ansible-option-table{border-color:var(--antsibull-table-border)!important;display:table;height:1px}table.ansible-option-table tr{height:100%}table.ansible-option-table td,table.ansible-option-table th{border-color:var(--antsibull-table-border)!important;border-bottom:none!important;vertical-align:top!important}table.ansible-option-table th>p{font-size:medium!important}table.ansible-option-table thead tr{background-color:var(--antsibull-table-background-header)}table.ansible-option-table tbody .row-odd td{background-color:var(--antsibull-table-background-odd)!important}table.ansible-option-table tbody .row-even td{background-color:var(--antsibull-table-background-even)!important}table.ansible-option-table ul>li>p{margin:0!important}table.ansible-option-table ul>li>div[class^=highlight]{margin-bottom:4px!important}table.ansible-option-table p.ansible-option-title{display:inline}table.ansible-option-table .ansible-option-type-line{font-size:small;margin-bottom:0}table.ansible-option-table .ansible-option-type{color:var(--antsibull-option-type)}table.ansible-option-table .ansible-option-elements{color:var(--antsibull-option-elements)}table.ansible-option-table .ansible-option-required{color:var(--antsibull-option-required)}table.ansible-option-table .ansible-option-versionadded{color:var(--antsibull-option-version-added);font-size:small}table.ansible-option-table .ansible-option-aliases{color:var(--antsibull-option-aliases);white-space:normal}table.ansible-option-table .ansible-option-line{margin-top:8px}table.ansible-option-table .ansible-option-choices-default-mark,table.ansible-option-table .ansible-option-default,table.ansible-option-table .ansible-option-default-bold{color:var(--antsibull-option-default)}table.ansible-option-table .ansible-option-sample{color:var(--antsibull-option-sample);word-wrap:break-word;word-break:break-all}table.ansible-option-table .ansible-option-sample-bold{color:var(--antsibull-option-sample-header)}table.ansible-option-table .ansible-attribute-support-none{color:var(--antsibull-attribute-support-none)}table.ansible-option-table .ansible-attribute-support-partial{color:var(--antsibull-attribute-support-partial)}table.ansible-option-table .ansible-attribute-support-full{color:var(--antsibull-attribute-support-full)}table.ansible-option-table .ansible-attribute-support-na{color:var(--antsibull-attribute-support-na)}table.ansible-option-table .ansibleOptionLink{display:inline-block}table.ansible-option-table .ansibleOptionLink:after{content:"🔗";opacity:0}table.ansible-option-table p{margin:0 0 8px}table.ansible-option-table tr:hover .ansibleOptionLink:after{opacity:1}table.ansible-option-table td{padding:0!important;white-space:normal}table.ansible-option-table td>div.ansible-option-cell{border-top:1px solid var(--antsibull-table-border);padding:8px 16px}table.ansible-option-table td:first-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:inherit;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:first-child>div.ansible-option-cell{height:inherit;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%;white-space:nowrap}table.ansible-option-table .ansible-option-indent{border-right:1px solid var(--antsibull-table-border);margin-left:2em}table.ansible-option-table .ansible-attribute-support-label{display:none}@media (max-width:1200px){table.ansible-option-table{border:none!important;display:block;height:unset}table.ansible-option-table thead{display:none}table.ansible-option-table tbody,table.ansible-option-table td,table.ansible-option-table tr{border:none!important;display:block}table.ansible-option-table tbody .row-even td,table.ansible-option-table tbody .row-odd td{background-color:unset!important}table.ansible-option-table td>div.ansible-option-cell{border-top:none}table.ansible-option-table td:first-child>div.ansible-option-cell{background-color:var(--antsibull-narrowtable-background)!important}table.ansible-option-table td:not(:first-child){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:not(:first-child)>div.ansible-option-cell{margin-left:1em}table.ansible-option-table .ansible-option-indent,table.ansible-option-table .ansible-option-indent-desc{border:none;border-right:3px solid var(--antsibull-narrowtable-background);margin-left:1em}table.ansible-option-table .ansible-attribute-support-label{display:unset}}.ansible-version-added{font-style:italic}.ansible-option a.reference.external,.ansible-option a.reference.external:hover,.ansible-option a.reference.internal,.ansible-option a.reference.internal:hover,.ansible-option-value a.reference.external,.ansible-option-value a.reference.external:hover,.ansible-option-value a.reference.internal,.ansible-option-value a.reference.internal:hover,.ansible-return-value a.reference.external,.ansible-return-value a.reference.external:hover,.ansible-return-value a.reference.internal,.ansible-return-value a.reference.internal:hover{color:unset} \ No newline at end of file +:root{--antsibull-links-background:#5bbdbf;--antsibull-links-background-active:#91d9db;--antsibull-links-focus-outline:#204748;--antsibull-links-text:#fff;--antsibull-table-background-header:#6ab0de;--antsibull-table-background-even:#e7f2fa;--antsibull-table-background-odd:#fff;--antsibull-table-border:#000;--antsibull-narrowtable-background:#e7f2fa;--antsibull-option-type:purple;--antsibull-option-elements:purple;--antsibull-option-required:red;--antsibull-option-version-added:#006400;--antsibull-option-aliases:#006400;--antsibull-option-default:blue;--antsibull-option-sample:blue;--antsibull-option-sample-header:#000;--antsibull-attribute-support-none:red;--antsibull-attribute-support-partial:#a5a500;--antsibull-attribute-support-full:green;--antsibull-attribute-support-na:inherit;--antsibull-deprecation-border:#000;--antsibull-deprecation-background:#eee;--antsibull-deprecation-color:#000}.ansible-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.ansible-links>*{margin:2px 4px!important}.ansible-links>li{list-style:none!important}.ansible-links>li>p{display:inline}.ansible-links a{background-color:var(--antsibull-links-background);border-radius:3px;color:var(--antsibull-links-text);cursor:pointer;display:block;padding:4px 12px}.ansible-links a:active,.ansible-links a:focus,.ansible-links a:hover{background-color:var(--antsibull-links-background-active)}.ansible-links a:focus{outline:3px solid var(--antsibull-links-focus-outline)}table.documentation-table{border-bottom:1px solid var(--antsibull-table-border);border-right:1px solid var(--antsibull-table-border)}table.documentation-table th{background-color:var(--antsibull-table-background-header)}table.documentation-table td,table.documentation-table th{border-left:1px solid var(--antsibull-table-border);border-top:1px solid var(--antsibull-table-border);padding:4px}table.documentation-table td.elbow-placeholder{border-top:0;min-width:30px;width:30px}table.documentation-table td{vertical-align:top}table.documentation-table td:first-child{white-space:nowrap}table.documentation-table tr .ansibleOptionLink{display:inline-block}table.documentation-table tr .ansibleOptionLink:after{content:"🔗";opacity:0}table.documentation-table tr:hover .ansibleOptionLink:after{opacity:1}table.documentation-table tr:nth-child(odd){background-color:var(--antsibull-table-background-odd)}table.documentation-table tr:nth-child(2n){background-color:var(--antsibull-table-background-even)}table.ansible-option-table{border-color:var(--antsibull-table-border)!important;display:table;height:1px}table.ansible-option-table tr{height:100%}table.ansible-option-table td,table.ansible-option-table th{border-color:var(--antsibull-table-border)!important;border-bottom:none!important;vertical-align:top!important}table.ansible-option-table th>p{font-size:medium!important}table.ansible-option-table thead tr{background-color:var(--antsibull-table-background-header)}table.ansible-option-table tbody .row-odd td{background-color:var(--antsibull-table-background-odd)!important}table.ansible-option-table tbody .row-even td{background-color:var(--antsibull-table-background-even)!important}table.ansible-option-table ul>li>p{margin:0!important}table.ansible-option-table ul>li>div[class^=highlight]{margin-bottom:4px!important}table.ansible-option-table p.ansible-option-title{display:inline}table.ansible-option-table .ansible-option-type-line{font-size:small;margin-bottom:0}table.ansible-option-table .ansible-option-type{color:var(--antsibull-option-type)}table.ansible-option-table .ansible-option-elements{color:var(--antsibull-option-elements)}table.ansible-option-table .ansible-option-required{color:var(--antsibull-option-required)}table.ansible-option-table .ansible-option-versionadded{color:var(--antsibull-option-version-added);font-size:small}table.ansible-option-table .ansible-option-aliases{color:var(--antsibull-option-aliases);white-space:normal}table.ansible-option-table .ansible-option-line{margin-top:8px}table.ansible-option-table .ansible-option-choices-default-mark,table.ansible-option-table .ansible-option-default,table.ansible-option-table .ansible-option-default-bold{color:var(--antsibull-option-default)}table.ansible-option-table .ansible-option-sample{color:var(--antsibull-option-sample);word-wrap:break-word;word-break:break-all}table.ansible-option-table .ansible-option-sample-bold{color:var(--antsibull-option-sample-header)}table.ansible-option-table .ansible-attribute-support-none{color:var(--antsibull-attribute-support-none)}table.ansible-option-table .ansible-attribute-support-partial{color:var(--antsibull-attribute-support-partial)}table.ansible-option-table .ansible-attribute-support-full{color:var(--antsibull-attribute-support-full)}table.ansible-option-table .ansible-attribute-support-na{color:var(--antsibull-attribute-support-na)}table.ansible-option-table .ansibleOptionLink{display:inline-block}table.ansible-option-table .ansibleOptionLink:after{content:"🔗";opacity:0}table.ansible-option-table p{margin:0 0 8px}table.ansible-option-table tr:hover .ansibleOptionLink:after{opacity:1}table.ansible-option-table td{padding:0!important;white-space:normal}table.ansible-option-table td>div.ansible-option-cell{border-top:1px solid var(--antsibull-table-border);padding:8px 16px}table.ansible-option-table td:first-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:inherit;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:first-child>div.ansible-option-cell{height:inherit;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%;white-space:nowrap}table.ansible-option-table .ansible-option-indent{border-right:1px solid var(--antsibull-table-border);margin-left:2em}table.ansible-option-table .ansible-attribute-support-label{display:none}@media (max-width:1200px){table.ansible-option-table{border:none!important;display:block;height:unset}table.ansible-option-table thead{display:none}table.ansible-option-table tbody,table.ansible-option-table td,table.ansible-option-table tr{border:none!important;display:block}table.ansible-option-table tbody .row-even td,table.ansible-option-table tbody .row-odd td{background-color:unset!important}table.ansible-option-table td>div.ansible-option-cell{border-top:none}table.ansible-option-table td:first-child>div.ansible-option-cell{background-color:var(--antsibull-narrowtable-background)!important}table.ansible-option-table td:not(:first-child){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}table.ansible-option-table td:not(:first-child)>div.ansible-option-cell{margin-left:1em}table.ansible-option-table .ansible-option-indent,table.ansible-option-table .ansible-option-indent-desc{border:none;border-right:3px solid var(--antsibull-narrowtable-background);margin-left:1em}table.ansible-option-table .ansible-attribute-support-label{display:unset}}.ansible-version-added{font-style:italic}.ansible-option a.reference.external,.ansible-option a.reference.external:hover,.ansible-option a.reference.internal,.ansible-option a.reference.internal:hover,.ansible-option-value a.reference.external,.ansible-option-value a.reference.external:hover,.ansible-option-value a.reference.internal,.ansible-option-value a.reference.internal:hover,.ansible-return-value a.reference.external,.ansible-return-value a.reference.external:hover,.ansible-return-value a.reference.internal,.ansible-return-value a.reference.internal:hover{color:unset}.ansible-deprecation-marker{background-color:var(--antsibull-deprecation-background);border:2px solid var(--antsibull-deprecation-border);border-radius:1em;color:var(--antsibull-deprecation-color);padding:.2em .4em} \ No newline at end of file diff --git a/pr/312/api_facts_module.html b/pr/312/api_facts_module.html index e5221f2..57fe6a5 100644 --- a/pr/312/api_facts_module.html +++ b/pr/312/api_facts_module.html @@ -2,7 +2,7 @@ - + community.routeros.api_facts module – Collect facts from remote devices running MikroTik RouterOS using the API — Community.Routeros Collection documentation @@ -148,7 +148,7 @@

community.routeros.api_facts module – Collect facts from remote devices running MikroTik RouterOS using the API

Note

-

This module is part of the community.routeros collection (version 2.18.0).

+

This module is part of the community.routeros collection (version 2.19.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/pr/312/api_find_and_modify_module.html b/pr/312/api_find_and_modify_module.html index 29a2175..502dc61 100644 --- a/pr/312/api_find_and_modify_module.html +++ b/pr/312/api_find_and_modify_module.html @@ -2,7 +2,7 @@ - + community.routeros.api_find_and_modify module – Find and modify information using the API — Community.Routeros Collection documentation @@ -149,7 +149,7 @@

community.routeros.api_find_and_modify module – Find and modify information using the API

Note

-

This module is part of the community.routeros collection (version 2.18.0).

+

This module is part of the community.routeros collection (version 2.19.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. diff --git a/pr/312/api_info_module.html b/pr/312/api_info_module.html index fe65199..a094966 100644 --- a/pr/312/api_info_module.html +++ b/pr/312/api_info_module.html @@ -2,7 +2,7 @@ - + community.routeros.api_info module – Retrieve information from API — Community.Routeros Collection documentation @@ -148,7 +148,7 @@

community.routeros.api_info module – Retrieve information from API

Note

-

This module is part of the community.routeros collection (version 2.18.0).

+

This module is part of the community.routeros collection (version 2.19.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.routeros. @@ -482,6 +482,7 @@ see "routing bgp peer"

  • "routing bgp template"

  • "routing filter"

  • +
  • "routing filter num-list"

  • "routing filter rule"

  • "routing filter select-rule"

  • "routing id"

  • diff --git a/pr/312/api_modify_module.html b/pr/312/api_modify_module.html index 07f6b11..7f7a455 100644 --- a/pr/312/api_modify_module.html +++ b/pr/312/api_modify_module.html @@ -2,7 +2,7 @@ - + community.routeros.api_modify module – Modify data at paths with API — Community.Routeros Collection documentation @@ -149,7 +149,7 @@

    community.routeros.api_modify module – Modify data at paths with API

    Note

    -

    This module is part of the community.routeros collection (version 2.18.0).

    +

    This module is part of the community.routeros collection (version 2.19.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install community.routeros. @@ -502,6 +502,7 @@ see "routing bgp peer"

  • "routing bgp template"

  • "routing filter"

  • +
  • "routing filter num-list"

  • "routing filter rule"

  • "routing filter select-rule"

  • "routing id"

  • diff --git a/pr/312/api_module.html b/pr/312/api_module.html index edb3b97..c74dce9 100644 --- a/pr/312/api_module.html +++ b/pr/312/api_module.html @@ -2,7 +2,7 @@ - + community.routeros.api module – Ansible module for RouterOS API — Community.Routeros Collection documentation @@ -149,7 +149,7 @@

    community.routeros.api module – Ansible module for RouterOS API

    Note

    -

    This module is part of the community.routeros collection (version 2.18.0).

    +

    This module is part of the community.routeros collection (version 2.19.0).

    It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

    To install it, use: ansible-galaxy collection install community.routeros. diff --git a/pr/312/changelog.html b/pr/312/changelog.html index cb70124..f5cd223 100644 --- a/pr/312/changelog.html +++ b/pr/312/changelog.html @@ -76,142 +76,147 @@

    • Community.Routeros Release Notes
        -
      • v2.18.0
          +
        • v2.19.0 +
        • +
        • v2.18.0
        • v2.17.0 -
        • -
        • v2.16.0
        • -
        • v2.15.0
            +
          • v2.16.0
          • -
          • v2.14.0
              +
            • v2.15.0
            • -
            • v2.13.0
                +
              • v2.14.0 +
              • +
              • v2.13.0
              • v2.12.0 -
              • -
              • v2.11.0
              • -
              • v2.10.0
                  +
                • v2.11.0 +
                • +
                • v2.10.0
                • v2.9.0
                • v2.8.3
                • v2.8.2 -
                • -
                • v2.8.1
                • -
                • v2.8.0
                    +
                  • v2.8.1 +
                  • +
                  • v2.8.0
                  • v2.7.0
                  • v2.6.0
                  • v2.5.0
                  • v2.4.0 -
                  • -
                  • v2.3.1
                  • -
                  • v2.3.0
                      +
                    • v2.3.1
                    • -
                    • v2.2.1
                        -
                      • Release Summary
                      • +
                      • v2.3.0
                      • -
                      • v2.2.0
                          +
                        • v2.2.1 +
                        • +
                        • v2.2.0
                        • v2.1.0
                        • v2.0.0
                        • v1.2.0
                        • v1.1.0
                        • v1.0.1 -
                        • -
                        • v1.0.0
                        • -
                        • v0.1.1
                            +
                          • v1.0.0
                          • -
                          • v0.1.0 @@ -304,228 +309,251 @@
                            -

                            Community.Routeros Release Notes

                            +

                            Community.Routeros Release Notes

                            -
                            -

                            v2.18.0

                            +
                            +

                            v2.19.0

                            -

                            Release Summary

                            +

                            Release Summary

                            Feature release.

                            -

                            Minor Changes

                            +

                            Minor Changes

                            + +
                            +
                            +
                            +

                            v2.18.0

                            +
                            +

                            Release Summary

                            +

                            Feature release.

                            +
                            +
                            +

                            Minor Changes

                            -

                            Deprecated Features

                            +

                            Deprecated Features

                            • The collection deprecates support for all Ansible/ansible-base/ansible-core versions that are currently End of Life, according to the ansible-core support matrix. This means that the next major release of the collection will no longer support Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14.

                            -

                            Bugfixes

                            +

                            Bugfixes

                            -

                            v2.17.0

                            -
                            -

                            Release Summary

                            +

                            v2.17.0

                            +
                            +

                            Release Summary

                            Feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v2.16.0

                            -
                            -

                            Release Summary

                            +

                            v2.16.0

                            +
                            +

                            Release Summary

                            Feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v2.15.0

                            -
                            -

                            Release Summary

                            +

                            v2.15.0

                            +
                            +

                            Release Summary

                            Feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v2.14.0

                            -
                            -

                            Release Summary

                            +

                            v2.14.0

                            +
                            +

                            Release Summary

                            Feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v2.13.0

                            -
                            -

                            Release Summary

                            +

                            v2.13.0

                            +
                            +

                            Release Summary

                            Bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.12.0

                            -
                            -

                            Release Summary

                            +

                            v2.12.0

                            +
                            +

                            Release Summary

                            Feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v2.11.0

                            -
                            -

                            Release Summary

                            +

                            v2.11.0

                            +
                            +

                            Release Summary

                            Feature and bugfix release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v2.10.0

                            -
                            -

                            Release Summary

                            +

                            v2.10.0

                            +
                            +

                            Release Summary

                            Bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.9.0

                            -
                            -

                            Release Summary

                            +

                            v2.9.0

                            +
                            +

                            Release Summary

                            Bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.8.3

                            -
                            -

                            Release Summary

                            +

                            v2.8.3

                            +
                            +

                            Release Summary

                            Maintenance release with updated documentation.

                            From this version on, community.routeros is using the new Ansible semantic markup in its documentation. If you look at documentation with the ansible-doc CLI tool @@ -746,46 +774,46 @@ look at -

                            Known Issues

                            +

                            Known Issues

                            -

                            v2.8.2

                            -
                            -

                            Release Summary

                            +

                            v2.8.2

                            +
                            +

                            Release Summary

                            Bugfix release.

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.8.1

                            -
                            -

                            Release Summary

                            +

                            v2.8.1

                            +
                            +

                            Release Summary

                            Bugfix release.

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.8.0

                            -
                            -

                            Release Summary

                            +

                            v2.8.0

                            +
                            +

                            Release Summary

                            Bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.7.0

                            -
                            -

                            Release Summary

                            +

                            v2.7.0

                            +
                            +

                            Release Summary

                            Bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.6.0

                            -
                            -

                            Release Summary

                            +

                            v2.6.0

                            +
                            +

                            Release Summary

                            Regular bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.5.0

                            -
                            -

                            Release Summary

                            +

                            v2.5.0

                            +
                            +

                            Release Summary

                            Feature and bugfix release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.4.0

                            -
                            -

                            Release Summary

                            +

                            v2.4.0

                            +
                            +

                            Release Summary

                            Feature release improving the api* modules.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -
                            -

                            Known Issues

                            +
                            +

                            Known Issues

                            • api_modify - when limits for entries in queue tree are defined as human readable - for example 25M -, the configuration will be correctly set in ROS, but the module will indicate the item is changed on every run even when there was no change done. This is caused by the ROS API which returns the number in bytes - for example 25000000 (which is inconsistent with the CLI behavior). In order to mitigate that, the limits have to be defined in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131).

                            • api_modify, api_info - routing ospf area, routing ospf area range, routing ospf instance, routing ospf interface-template paths are not fully implemented for ROS6 due to the significant changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131).

                            • @@ -910,47 +938,47 @@ for the rendered HTML version of the documentation of the latest release.

                            -

                            v2.3.1

                            -
                            -

                            Release Summary

                            +

                            v2.3.1

                            +
                            +

                            Release Summary

                            Maintenance release with improved documentation.

                            -
                            -

                            Known Issues

                            +
                            +

                            Known Issues

                            • The community.routeros.command module claims to support check mode. Since it cannot judge whether the commands executed modify state or not, this behavior is incorrect. Since this potentially breaks existing playbooks, we will not change this behavior until community.routeros 3.0.0.

                            -

                            v2.3.0

                            -
                            -

                            Release Summary

                            +

                            v2.3.0

                            +
                            +

                            Release Summary

                            Feature and bugfix release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.2.1

                            -
                            -

                            Release Summary

                            +

                            v2.2.1

                            +
                            +

                            Release Summary

                            Bugfix release.

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v2.2.0

                            -
                            -

                            Release Summary

                            +

                            v2.2.0

                            +
                            +

                            Release Summary

                            New feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            New Modules

                            +

                            New Modules

                            • community.routeros.api_info - Retrieve information from API

                            • community.routeros.api_modify - Modify data at paths with API

                            • @@ -984,13 +1012,13 @@ for the rendered HTML version of the documentation of the latest release.

                            -

                            v2.1.0

                            -
                            -

                            Release Summary

                            +

                            v2.1.0

                            +
                            +

                            Release Summary

                            Feature and bugfix release with new modules.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -
                            -

                            New Modules

                            +
                            +

                            New Modules

                            • community.routeros.api_facts - Collect facts from remote devices running MikroTik RouterOS using the API

                            • community.routeros.api_find_and_modify - Find and modify information using the API

                            • @@ -1015,13 +1043,13 @@ for the rendered HTML version of the documentation of the latest release.

                            -

                            v2.0.0

                            -
                            -

                            Release Summary

                            +

                            v2.0.0

                            +
                            +

                            Release Summary

                            A new major release with breaking changes in the behavior of community.routeros.api and community.routeros.command.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            Breaking Changes / Porting Guide

                            +

                            Breaking Changes / Porting Guide

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            New Plugins

                            +

                            New Plugins

                            -

                            Filter

                            +

                            Filter

                            • community.routeros.join - Join a list of arguments to a command

                            • community.routeros.list_to_dict - Convert a list of arguments to a list of dictionary

                            • @@ -1059,13 +1087,13 @@ for the rendered HTML version of the documentation of the latest release.

                            -

                            v1.2.0

                            -
                            -

                            Release Summary

                            +

                            v1.2.0

                            +
                            +

                            Release Summary

                            Bugfix and feature release.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v1.1.0

                            -
                            -

                            Release Summary

                            +

                            v1.1.0

                            +
                            +

                            Release Summary

                            This release allow dashes in usernames for SSH-based modules.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            -

                            v1.0.1

                            -
                            -

                            Release Summary

                            +

                            v1.0.1

                            +
                            +

                            Release Summary

                            Maintenance release with a bugfix for api.

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v1.0.0

                            -
                            -

                            Release Summary

                            +

                            v1.0.0

                            +
                            +

                            Release Summary

                            This is the first production (non-prerelease) release of community.routeros.

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v0.1.1

                            -
                            -

                            Release Summary

                            +

                            v0.1.1

                            +
                            +

                            Release Summary

                            Small improvements and bugfixes over the initial release.

                            -
                            -

                            Bugfixes

                            +
                            +

                            Bugfixes

                            -

                            v0.1.0

                            -
                            -

                            Release Summary

                            +

                            v0.1.0

                            +
                            +

                            Release Summary

                            The community.routeros continues the work on the Ansible RouterOS modules from their state in community.network 1.2.0. The changes listed here are thus relative to the modules community.network.routeros_*.

                            -
                            -

                            Minor Changes

                            +
                            +

                            Minor Changes

                            • facts - now also collecting data about BGP and OSPF (https://github.com/ansible-collections/community.network/pull/101).

                            • facts - set configuration export on to verbose, for full configuration export (https://github.com/ansible-collections/community.network/pull/104).

                            • diff --git a/pr/312/command_module.html b/pr/312/command_module.html index 8e98733..c8e634a 100644 --- a/pr/312/command_module.html +++ b/pr/312/command_module.html @@ -2,7 +2,7 @@ - + community.routeros.command module – Run commands on remote devices running MikroTik RouterOS — Community.Routeros Collection documentation @@ -148,7 +148,7 @@

                              community.routeros.command module – Run commands on remote devices running MikroTik RouterOS

                              Note

                              -

                              This module is part of the community.routeros collection (version 2.18.0).

                              +

                              This module is part of the community.routeros collection (version 2.19.0).

                              It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

                              To install it, use: ansible-galaxy collection install community.routeros.

                              diff --git a/pr/312/environment_variables.html b/pr/312/environment_variables.html index 5107651..4c2eff6 100644 --- a/pr/312/environment_variables.html +++ b/pr/312/environment_variables.html @@ -2,7 +2,7 @@ - + Index of all Collection Environment Variables — Community.Routeros Collection documentation diff --git a/pr/312/facts_module.html b/pr/312/facts_module.html index 0a840aa..5f1ac63 100644 --- a/pr/312/facts_module.html +++ b/pr/312/facts_module.html @@ -2,7 +2,7 @@ - + community.routeros.facts module – Collect facts from remote devices running MikroTik RouterOS — Community.Routeros Collection documentation @@ -147,7 +147,7 @@

                              community.routeros.facts module – Collect facts from remote devices running MikroTik RouterOS

                              Note

                              -

                              This module is part of the community.routeros collection (version 2.18.0).

                              +

                              This module is part of the community.routeros collection (version 2.19.0).

                              It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

                              To install it, use: ansible-galaxy collection install community.routeros.

                              diff --git a/pr/312/index.html b/pr/312/index.html index d41109b..bf9927c 100644 --- a/pr/312/index.html +++ b/pr/312/index.html @@ -2,7 +2,7 @@ - + Community.Routeros — Community.Routeros Collection documentation @@ -130,7 +130,7 @@

                              Community.Routeros

                              -

                              Collection version 2.18.0

                              +

                              Collection version 2.19.0