diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-03-01 23:13:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 04:13:13 +0000 |
commit | 28efa456c13b8c241a195dffb0a12167c8900934 (patch) | |
tree | ba811bb1c085c626c53fee33449ba612c5fc7f0e /docs/vyos.vyos.vyos_cliconf.rst | |
parent | a679a918cb0474a0eb5db73f925e612b4863c177 (diff) | |
download | vyos.vyos-28efa456c13b8c241a195dffb0a12167c8900934.tar.gz vyos.vyos-28efa456c13b8c241a195dffb0a12167c8900934.zip |
VYOS release 2.0.0 doc update (#127)
VYOS release 2.0.0 doc update
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'docs/vyos.vyos.vyos_cliconf.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_cliconf.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/vyos.vyos.vyos_cliconf.rst b/docs/vyos.vyos.vyos_cliconf.rst index f4543224..508a6614 100644 --- a/docs/vyos.vyos.vyos_cliconf.rst +++ b/docs/vyos.vyos.vyos_cliconf.rst @@ -22,6 +22,42 @@ Synopsis +Parameters +---------- + +.. raw:: html + + <table border=0 cellpadding=0 class="documentation-table"> + <tr> + <th colspan="1">Parameter</th> + <th>Choices/<font color="blue">Defaults</font></th> + <th>Configuration</th> + <th width="100%">Comments</th> + </tr> + <tr> + <td colspan="1"> + <div class="ansibleOptionAnchor" id="parameter-"></div> + <b>config_commands</b> + <a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a> + <div style="font-size: small"> + <span style="color: purple">list</span> + </div> + <div style="font-style: italic; font-size: small; color: darkgreen">added in 2.0.0</div> + </td> + <td> + <b>Default:</b><br/><div style="color: blue">[]</div> + </td> + <td> + <div>var: ansible_vyos_config_commands</div> + </td> + <td> + <div>Specifies a list of commands that can make configuration changes to the target device.</div> + <div>When `ansible_network_single_user_mode` is enabled, if a command sent to the device is present in this list, the existing cache is invalidated.</div> + </td> + </tr> + </table> + <br/> + |