Skip to content

Commit aa344ff

Browse files
committed
pre release doc updates
1 parent 06bee69 commit aa344ff

File tree

51 files changed

+1575
-1597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1575
-1597
lines changed

docs/vyos.vyos.vyos_banner_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Notes
9595
-----
9696

9797
.. note::
98-
- Tested against VyOS 1.1.8 (helium).
98+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5.
9999
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
100100
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
101101

docs/vyos.vyos.vyos_bgp_address_family_module.rst

Lines changed: 146 additions & 137 deletions
Large diffs are not rendered by default.

docs/vyos.vyos.vyos_bgp_global_module.rst

Lines changed: 232 additions & 224 deletions
Large diffs are not rendered by default.

docs/vyos.vyos.vyos_command_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Notes
129129
-----
130130

131131
.. note::
132-
- Tested against VyOS 1.1.8 (helium).
132+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5.
133133
- Running ``show system boot-messages all`` will cause the module to hang since VyOS is using a custom pager setting to display the output of that command.
134134
- If a command sent to the device requires answering a prompt, it is possible to pass a dict containing *command*, *answer* and *prompt*. See examples.
135135
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.

docs/vyos.vyos.vyos_config_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Notes
208208
-----
209209

210210
.. note::
211-
- Tested against VyOS 1.1.8 (helium).
211+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5.
212212
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
213213
- To ensure idempotency and correct diff the configuration lines in the relevant module options should be similar to how they appear if present in the running configuration on device including the indentation.
214214
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`

docs/vyos.vyos.vyos_facts_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Notes
9393
-----
9494

9595
.. note::
96-
- Tested against VyOS 1.1.8 (helium).
96+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5.
9797
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
9898
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
9999

docs/vyos.vyos.vyos_firewall_global_module.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,8 @@ Notes
847847
-----
848848

849849
.. note::
850-
- Tested against VyOS 1.3.8.
850+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5.
851+
- The provided examples of commands are valid for VyOS 1.4+
851852
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
852853

853854

@@ -925,7 +926,7 @@ Examples
925926
# "set firewall global-options send-redirects 'enable'",
926927
# "set firewall global-options config-trap 'enable'",
927928
# "set firewall global-options state-policy established action 'accept'",
928-
# "set firewall global-options state-policy established log 'enable'",
929+
# "set firewall global-options state-policy established log,
929930
# "set firewall global-options state-policy established log-level 'emerg'",
930931
# "set firewall global-options state-policy invalid action 'reject'",
931932
# "set firewall global-options broadcast-ping 'enable'",
@@ -1741,7 +1742,7 @@ Examples
17411742
# "set firewall global-options send-redirects 'enable'",
17421743
# "set firewall global-options config-trap 'enable'",
17431744
# "set firewall global-options state-policy established action 'accept'",
1744-
# "set firewall global-options state-policy established log 'enable'",
1745+
# "set firewall global-options state-policy established log,
17451746
# "set firewall global-options state-policy invalid action 'reject'",
17461747
# "set firewall global-options broadcast-ping 'enable'",
17471748
# "set firewall global-options all-ping 'enable'",

docs/vyos.vyos.vyos_firewall_rules_module.rst

Lines changed: 241 additions & 252 deletions
Large diffs are not rendered by default.

docs/vyos.vyos.vyos_interfaces_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Notes
313313
-----
314314

315315
.. note::
316-
- Tested against VyOS 1.3.8
316+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5
317317
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
318318

319319

docs/vyos.vyos.vyos_lag_interfaces_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Notes
265265
-----
266266

267267
.. note::
268-
- Tested against VyOS 1.3.8.
268+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5.
269269
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
270270

271271

docs/vyos.vyos.vyos_lldp_global_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Notes
189189
-----
190190

191191
.. note::
192-
- Tested against VyOS 1.3.8
192+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5
193193
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
194194

195195

docs/vyos.vyos.vyos_lldp_interfaces_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Notes
267267
-----
268268

269269
.. note::
270-
- Tested against VyOS 1.3.8
270+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5
271271
- This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
272272

273273

docs/vyos.vyos.vyos_logging_global_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ Notes
10241024
-----
10251025

10261026
.. note::
1027-
- Tested against vyos 1.3.8+
1027+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5
10281028
- This module works with connection ``network_cli``.
10291029
- The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays
10301030

docs/vyos.vyos.vyos_ntp_global_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Notes
200200
-----
201201

202202
.. note::
203-
- Tested against vyos 1.3.8
203+
- Tested against VyOS 1.3.8, 1.4.2 and current rolling release for 1.5
204204
- This module works with connection ``network_cli``.
205205
- VyOS v.1.4+ uses chronyd, and path changes from `system` to `service`
206206

0 commit comments

Comments
 (0)