Skip to content

Commit

Permalink
add infos for new modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Oct 25, 2024
1 parent d6350b2 commit 15a1b8f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
Expand Down Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions docs/source/modules/dhcrelay_destination.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

.. include:: ../_include/head.rst

=============================
=======================
DHCRelay - Destinations
=============================
=======================

**STATE**: stable
**STATE**: unstable

**TESTS**: `Playbook <https://github.com/ansibleguy/collection_opnsense/blob/latest/tests/dhcrelay_destination.yml>`_

**API Docs**: `Core - DHCRelay <https://docs.opnsense.org/development/api/core/dhcrelay.html>`_

**Service Docs**: `DHCRelay <https://docs.opnsense.org/manual/dhcp.html#dhcrelay>`_

Contribution
************

Thanks to `@jiuka <https://github.com/jiuka>`_ for developing this module!

Definition
**********
Expand Down
10 changes: 7 additions & 3 deletions docs/source/modules/dhcrelay_relay.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

.. include:: ../_include/head.rst

=============================
================
DHCRelay - Relay
=============================
================

**STATE**: stable
**STATE**: unstable

**TESTS**: `Playbook <https://github.com/ansibleguy/collection_opnsense/blob/latest/tests/dhcrelay_destination.yml>`_

**API Docs**: `Core - DHCRelay <https://docs.opnsense.org/development/api/core/dhcrelay.html>`_

**Service Docs**: `DHCRelay <https://docs.opnsense.org/manual/dhcp.html#dhcrelay>`_

Contribution
************

Thanks to `@jiuka <https://github.com/jiuka>`_ for developing this module!

Definition
**********
Expand Down
5 changes: 5 additions & 0 deletions docs/source/modules/interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/jiuka>`_ for developing the :code:`interface_loopback` module!

Definition
**********

Expand Down
10 changes: 7 additions & 3 deletions docs/source/modules/unbound_dnsbl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.. include:: ../_include/head.rst

============
MODULE TITLE
============
======================
Unbound DNS-Blocklists
======================

**STATE**: unstable

Expand All @@ -14,6 +14,10 @@ MODULE TITLE

**Service Docs**: `Unbound DNS - Blocklists <https://docs.opnsense.org/manual/unbound.html#blocklists>`_

Contribution
************

Thanks to `@jiuka <https://github.com/jiuka>`_ for developing this module!

Definition
**********
Expand Down
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15a1b8f

Please sign in to comment.