diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-04 04:00:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-04 04:00:11 -0500 |
commit | c14a524d7134b54e315d72b5b449351fd04ae813 (patch) | |
tree | aa6ee3985b97f0665e5baf8c8f9cc254fe2a3e59 /docs | |
parent | 9e159990f949652ec1b22f9a9a6e72828bdd1e80 (diff) | |
download | vyos.vyos-c14a524d7134b54e315d72b5b449351fd04ae813.tar.gz vyos.vyos-c14a524d7134b54e315d72b5b449351fd04ae813.zip |
T6987: update vyos_logging_global for 1.4+ (#370)
* T68987: update for 1.4+
* chore: remove redundant vars
* tests: fix vyos_facts integration tests
* tests: fix integration tests for vyos_config
* fix: restore documentation samples
* chore: update readme
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vyos.vyos.vyos_logging_global_module.rst | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/docs/vyos.vyos.vyos_logging_global_module.rst b/docs/vyos.vyos.vyos_logging_global_module.rst index 1111b6c..6d8550a 100644 --- a/docs/vyos.vyos.vyos_logging_global_module.rst +++ b/docs/vyos.vyos.vyos_logging_global_module.rst @@ -719,7 +719,7 @@ Parameters </ul> </td> <td> - <div>syslog communication protocol</div> + <div>syslog communication protocol. Version 1.3 and below.</div> </td> </tr> <tr> @@ -786,6 +786,27 @@ Parameters <div>Destination port (1-65535)</div> </td> </tr> + <tr> + <td class="elbow-placeholder"></td> + <td class="elbow-placeholder"></td> + <td colspan="2"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>protocol</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">string</span> + </div> + </td> + <td> + <ul style="margin: 0; padding: 0"><b>Choices:</b> + <li>udp</li> + <li>tcp</li> + </ul> + </td> + <td> + <div>syslog communication protocol. Version 1.4+</div> + </td> + </tr> <tr> <td class="elbow-placeholder"></td> @@ -1003,7 +1024,7 @@ Notes ----- .. note:: - - Tested against vyos 1.2 + - Tested against vyos 1.3.8+ - This module works with connection ``network_cli``. - The Configuration defaults of the Vyos network devices are supposed to hinder idempotent behavior of plays @@ -1632,7 +1653,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late <div>The provided configuration in the task rendered in device-native format (offline).</div> <br/> <div style="font-size: smaller"><b>Sample:</b></div> - <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">['set system syslog host 172.16.0.1 port 223', 'set system syslog user vyos facility local7 level debug', 'set system syslog global facility cron level debug']</div> + <div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">['set system syslog host 172.16.0.1 port 223', 'set system syslog user vyos facility local7 level debug', 'set system syslog global facility cron level debu']</div> </td> </tr> </table> |