From 1e190aa2d3e8fcafdee25c3ee137fe03eccf6b7c Mon Sep 17 00:00:00 2001 From: omnom62 Date: Fri, 10 Jul 2026 16:50:38 +1000 Subject: T8323: vyos_system module --- docs/vyos.rest.vyos_system_module.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/vyos.rest.vyos_system_module.rst b/docs/vyos.rest.vyos_system_module.rst index 9b97920..c14d88e 100644 --- a/docs/vyos.rest.vyos_system_module.rst +++ b/docs/vyos.rest.vyos_system_module.rst @@ -18,7 +18,6 @@ Version added: 1.0.0 Synopsis -------- - Manages basic system settings on VyOS devices via the REST API. -- Covers hostname, domain name, name servers, and domain search. - Uses REST API (``connection=httpapi``) instead of CLI. @@ -140,22 +139,11 @@ Examples vyos.rest.vyos_system: host_name: router1 domain_name: example.com - state: present - - - name: Configure name servers - vyos.rest.vyos_system: name_server: - 8.8.8.8 - 8.8.4.4 state: present - - name: Configure domain search - vyos.rest.vyos_system: - domain_search: - - sub1.example.com - - sub2.example.com - state: present - - name: Remove domain name and name servers vyos.rest.vyos_system: domain_name: example.com @@ -188,7 +176,7 @@ Common return values are documented `here when changed -
System configuration after this module ran.
+
Module-owned system configuration after this module ran.

@@ -203,7 +191,7 @@ Common return values are documented `here always -
System configuration before this module ran.
+
Module-owned system configuration before this module ran.

-- cgit v1.2.3