From 15a1b8f979bd1555dd0efc14b2de855e150d8355 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Fri, 25 Oct 2024 11:13:34 +0200 Subject: [PATCH] add infos for new modules --- README.md | 5 ++++- docs/source/modules/dhcrelay_destination.rst | 10 +++++++--- docs/source/modules/dhcrelay_relay.rst | 10 +++++++--- docs/source/modules/interface.rst | 5 +++++ docs/source/modules/unbound_dnsbl.rst | 10 +++++++--- scripts/test.sh | 1 + 6 files changed, 31 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d114d3f..cbd5193 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ not implemented => development => [testing](https://github.com/ansibleguy/collec | **DNS** | ansibleguy.opnsense.unbound_host | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_host.html) | stable | | **DNS** | ansibleguy.opnsense.unbound_domain | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_domain.html) | stable | | **DNS** | ansibleguy.opnsense.unbound_host_alias | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_host_alias.html) | stable | -| **Syslog** | ansibleguy.opnsense.syslog | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/syslog.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_dnsbl | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_host_alias.html) | unstable || **Syslog** | ansibleguy.opnsense.syslog | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/syslog.html) | stable | | **IPSec** | ansibleguy.opnsense.ipsec_connection, ansibleguy.opnsense.ipsec_tunnel | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | | **IPSec** | ansibleguy.opnsense.ipsec_pool, ansibleguy.opnsense.ipsec_network | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | | **IPSec** | ansibleguy.opnsense.ipsec_auth_local | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | @@ -136,6 +136,7 @@ not implemented => development => [testing](https://github.com/ansibleguy/collec | **Interfaces** | ansibleguy.opnsense.interface_vxlan | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/interface.html) | stable | | **Interfaces** | ansibleguy.opnsense.interface_vip | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/interface.html) | stable | | **Interfaces** | ansibleguy.opnsense.interface_lagg | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/interface.html) | unstable | +| **Interfaces** | ansibleguy.opnsense.interface_loopback | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/interface.html) | unstable | | **NAT** | ansibleguy.opnsense.source_nat, ansibleguy.opnsense.snat | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/source_nat.html) | stable | | **Dynamic Routing** | ansibleguy.opnsense.frr_diagnostic | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_diagnostic.html) | stable | | **Dynamic Routing** | ansibleguy.opnsense.frr_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_general.html) | stable | @@ -186,6 +187,8 @@ not implemented => development => [testing](https://github.com/ansibleguy/collec | **OpenVPN** | ansibleguy.opnsense.openvpn_client_override | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html) | stable | | **Nginx** | ansibleguy.opnsense.nginx_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/nginx.html#ansibleguy-opnsense-nginx-general) | unstable | | **Nginx** | ansibleguy.opnsense.nginx_upstream_server | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/nginx.html#ansibleguy-opnsense-nginx-upstream-server) | unstable | +| **DHCP Relay** | ansibleguy.opnsense.dhcrelay | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_relay.html) | unstable | +| **DHCP Relay** | ansibleguy.opnsense.dhcrelay_destination | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_destination.html) | unstable | ### Roadmap diff --git a/docs/source/modules/dhcrelay_destination.rst b/docs/source/modules/dhcrelay_destination.rst index 89cbd24..477f868 100644 --- a/docs/source/modules/dhcrelay_destination.rst +++ b/docs/source/modules/dhcrelay_destination.rst @@ -2,11 +2,11 @@ .. include:: ../_include/head.rst -============================= +======================= DHCRelay - Destinations -============================= +======================= -**STATE**: stable +**STATE**: unstable **TESTS**: `Playbook `_ @@ -14,6 +14,10 @@ DHCRelay - Destinations **Service Docs**: `DHCRelay `_ +Contribution +************ + +Thanks to `@jiuka `_ for developing this module! Definition ********** diff --git a/docs/source/modules/dhcrelay_relay.rst b/docs/source/modules/dhcrelay_relay.rst index 677ec8b..520a841 100644 --- a/docs/source/modules/dhcrelay_relay.rst +++ b/docs/source/modules/dhcrelay_relay.rst @@ -2,11 +2,11 @@ .. include:: ../_include/head.rst -============================= +================ DHCRelay - Relay -============================= +================ -**STATE**: stable +**STATE**: unstable **TESTS**: `Playbook `_ @@ -14,6 +14,10 @@ DHCRelay - Relay **Service Docs**: `DHCRelay `_ +Contribution +************ + +Thanks to `@jiuka `_ for developing this module! Definition ********** diff --git a/docs/source/modules/interface.rst b/docs/source/modules/interface.rst index 87660d7..95998d8 100644 --- a/docs/source/modules/interface.rst +++ b/docs/source/modules/interface.rst @@ -53,6 +53,11 @@ ansibleguy.opnsense.interface_loopback This module manages Loopback configuration that can be found in the WEB-UI menu: 'Interfaces - Other Types - Loopback' +Contribution +************ + +Thanks to `@jiuka `_ for developing the :code:`interface_loopback` module! + Definition ********** diff --git a/docs/source/modules/unbound_dnsbl.rst b/docs/source/modules/unbound_dnsbl.rst index f7ab61d..a75a931 100644 --- a/docs/source/modules/unbound_dnsbl.rst +++ b/docs/source/modules/unbound_dnsbl.rst @@ -2,9 +2,9 @@ .. include:: ../_include/head.rst -============ -MODULE TITLE -============ +====================== +Unbound DNS-Blocklists +====================== **STATE**: unstable @@ -14,6 +14,10 @@ MODULE TITLE **Service Docs**: `Unbound DNS - Blocklists `_ +Contribution +************ + +Thanks to `@jiuka `_ for developing this module! Definition ********** diff --git a/scripts/test.sh b/scripts/test.sh index 418c9f1..cbaa52a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -72,6 +72,7 @@ run_test 'unbound_forward' 1 run_test 'unbound_host' 1 run_test 'unbound_domain' 1 run_test 'unbound_host_alias' 1 +run_test 'unbound_dnsbl' 1 run_test 'syslog' 1 run_test 'shaper_pipe' 1 run_test 'shaper_queue' 1