From c3671c4e3e2ad7efa119982f2ee41334fcacd073 Mon Sep 17 00:00:00 2001 From: omnom62 Date: Wed, 15 Apr 2026 07:24:24 +1000 Subject: Rest API module --- README.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d76b68..537d81e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,27 @@ Ansible collection for managing VyOS via REST API. -## Plugins - -### Httpapi Plugins - - + +### Httpapi plugins +Name | Description +--- | --- +[vyos.rest.vyos](https://github.com/vyos/vyos.rest/blob/main/docs/vyos.rest.vyos_httpapi.rst)|VyOS REST API ### Modules - - +Name | Description +--- | --- +[vyos.rest.vyos_banner](https://github.com/vyos/vyos.rest/blob/main/docs/vyos.rest.vyos_banner_module.rst)|Manage login banners on VyOS devices using REST API +[vyos.rest.vyos_hostname](https://github.com/vyos/vyos.rest/blob/main/docs/vyos.rest.vyos_hostname_module.rst)|Manage the hostname of a VyOS device using REST API +[vyos.rest.vyos_snmp_server](https://github.com/vyos/vyos.rest/blob/main/docs/vyos.rest.vyos_snmp_server_module.rst)|Manage SNMP server configuration on VyOS devices using REST API + + + + +## Ansible version compatibility + +This collection has been tested against the following Ansible versions: **>=2.16.0**. + +Plugins and modules within a collection may be tested with only specific Ansible versions. +A collection may contain metadata that identifies these versions. +PEP440 is the schema used to describe the versions of Ansible. + -- cgit v1.2.3