diff --git a/docs/vyos.vyos.vyos_vrf_module.rst b/docs/vyos.vyos.vyos_vrf_module.rst
index 4f2a8c16..e20661fa 100644
--- a/docs/vyos.vyos.vyos_vrf_module.rst
+++ b/docs/vyos.vyos.vyos_vrf_module.rst
@@ -1,972 +1,999 @@
.. _vyos.vyos.vyos_vrf_module:
******************
vyos.vyos.vyos_vrf
******************
**VRF resource module**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module manages vrf configuration on devices running Vyos
Parameters
----------
.. raw:: html
| Parameter |
Choices/Defaults |
Comments |
|
config
dictionary
|
|
- List of configurations for ntp module
+ List of vrf configuration.
|
|
- allow_clients
+ bind-to-all
- list
- / elements=string
+ boolean
|
+
|
- Network Time Protocol (NTP) server options
+ Enable binding services to all VRFs
|
|
- listen_addresses
+ instances
list
- / elements=string
+ / elements=dictionary
|
|
- local IP addresses for service to listen on
+ Virtual Routing and Forwarding instance
|
-
+
|
-
+ | |
+
- servers
+ description
- list
- / elements=dictionary
+ string
|
|
- Network Time Protocol (NTP) server
+ Description
|
-
+
|
|
- options
+ disabled
- list
- / elements=string
+ boolean
|
Choices:
- - dynamic
- - noselect
- - pool
- - preempt
- - prefer
- - nts
- - ptp
- - interleave
+ no ←
+ - yes
|
- server options for NTP
- `pool` replaces `dynamic` in Vyos 1.3
- `preempt` is only available in Vyos 1.3 and earlier
- `nts` was added in Vyos 1.4
- `ptp` and `interleave` were added in Vyos 1.5
+ Administratively disable interface
+ aliases: disable
|
|
|
- server
+ name
string
|
|
- server name or address for NTP
+ VRF instance name
+ |
+
+
+ |
+ |
+
+
+ table_id
+
+
+ integer
+
+ |
+
+ |
+
+ Routing table associated with this instance
+ |
+
+
+ |
+ |
+
+
+ vni
+
+
+ integer
+
+ |
+
+ |
+
+ Virtual Network Identifier
|
|
running_config
string
|
|
This option is used only with state parsed.
The value of this option should be the output received from the VYOS device by executing the command show configuration commands | grep ntp.
The states replaced and overridden have identical behaviour for this module.
The state parsed reads the configuration from show configuration commands | grep ntp option and transforms it into Ansible structured data as per the resource module's argspec and the value is then returned in the parsed key within the result.
|
|
state
string
|
Choices:
- deleted
merged ←
- overridden
- replaced
- gathered
- rendered
- parsed
|
The state the configuration should be left in.
|