From f5a05c187b0ddcbcd396fb22c52ccdf80dd261de Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Wed, 11 Dec 2024 18:40:38 +0100 Subject: [PATCH 1/2] update docs links --- .github/ISSUE_TEMPLATE/docs.yml | 2 +- .github/ISSUE_TEMPLATE/problem.yml | 4 +- CONTRIBUTING.md | 2 +- README.md | 200 ++++++++++----------- docs/meta/sitemap.xml | 92 +++++----- docs/source/modules/frr_bfd.md | 4 +- docs/source/modules/frr_bgp.md | 16 +- docs/source/modules/frr_diagnostic.md | 4 +- docs/source/modules/frr_general.md | 4 +- docs/source/modules/frr_ospf.md | 18 +- docs/source/modules/frr_rip.md | 4 +- docs/source/modules/monit.md | 2 +- docs/source/modules/shaper.md | 14 +- docs/source/modules/wireguard.md | 6 +- plugins/module_utils/helper/api.py | 2 +- plugins/modules/_tmpl_direct.py | 4 +- plugins/modules/_tmpl_obj.py | 4 +- plugins/modules/alias.py | 4 +- plugins/modules/alias_multi.py | 4 +- plugins/modules/alias_purge.py | 2 +- plugins/modules/bind_acl.py | 4 +- plugins/modules/bind_blocklist.py | 4 +- plugins/modules/bind_domain.py | 4 +- plugins/modules/bind_general.py | 4 +- plugins/modules/bind_record.py | 4 +- plugins/modules/bind_record_multi.py | 4 +- plugins/modules/cron.py | 4 +- plugins/modules/dhcp_controlagent.py | 4 +- plugins/modules/dhcp_reservation.py | 4 +- plugins/modules/dhcrelay_destination.py | 4 +- plugins/modules/dhcrelay_relay.py | 4 +- plugins/modules/frr_bfd_general.py | 4 +- plugins/modules/frr_bfd_neighbor.py | 4 +- plugins/modules/frr_bgp_as_path.py | 4 +- plugins/modules/frr_bgp_community_list.py | 4 +- plugins/modules/frr_bgp_general.py | 4 +- plugins/modules/frr_bgp_neighbor.py | 4 +- plugins/modules/frr_bgp_prefix_list.py | 4 +- plugins/modules/frr_bgp_route_map.py | 4 +- plugins/modules/frr_diagnostic.py | 4 +- plugins/modules/frr_general.py | 4 +- plugins/modules/frr_ospf3_general.py | 4 +- plugins/modules/frr_ospf3_interface.py | 4 +- plugins/modules/frr_ospf_general.py | 4 +- plugins/modules/frr_ospf_interface.py | 4 +- plugins/modules/frr_ospf_network.py | 4 +- plugins/modules/frr_ospf_prefix_list.py | 4 +- plugins/modules/frr_ospf_route_map.py | 4 +- plugins/modules/frr_rip.py | 4 +- plugins/modules/gateway.py | 4 +- plugins/modules/ids_action.py | 4 +- plugins/modules/ids_general.py | 4 +- plugins/modules/ids_policy.py | 4 +- plugins/modules/ids_policy_rule.py | 4 +- plugins/modules/ids_rule.py | 4 +- plugins/modules/ids_ruleset.py | 4 +- plugins/modules/ids_user_rule.py | 4 +- plugins/modules/interface_lagg.py | 4 +- plugins/modules/interface_loopback.py | 4 +- plugins/modules/interface_vip.py | 4 +- plugins/modules/interface_vlan.py | 4 +- plugins/modules/interface_vxlan.py | 4 +- plugins/modules/ipsec_auth_local.py | 4 +- plugins/modules/ipsec_auth_remote.py | 4 +- plugins/modules/ipsec_cert.py | 4 +- plugins/modules/ipsec_child.py | 4 +- plugins/modules/ipsec_connection.py | 4 +- plugins/modules/ipsec_pool.py | 4 +- plugins/modules/ipsec_psk.py | 4 +- plugins/modules/ipsec_vti.py | 4 +- plugins/modules/list.py | 4 +- plugins/modules/monit_alert.py | 4 +- plugins/modules/monit_service.py | 4 +- plugins/modules/monit_test.py | 4 +- plugins/modules/nginx_general.py | 4 +- plugins/modules/nginx_upstream_server.py | 4 +- plugins/modules/openvpn_client.py | 4 +- plugins/modules/openvpn_client_override.py | 4 +- plugins/modules/openvpn_server.py | 4 +- plugins/modules/openvpn_static_key.py | 4 +- plugins/modules/openvpn_status.py | 4 +- plugins/modules/package.py | 4 +- plugins/modules/reload.py | 4 +- plugins/modules/route.py | 4 +- plugins/modules/rule.py | 4 +- plugins/modules/rule_interface_group.py | 4 +- plugins/modules/rule_multi.py | 4 +- plugins/modules/rule_purge.py | 4 +- plugins/modules/savepoint.py | 4 +- plugins/modules/service.py | 4 +- plugins/modules/shaper_pipe.py | 4 +- plugins/modules/shaper_queue.py | 4 +- plugins/modules/shaper_rule.py | 4 +- plugins/modules/source_nat.py | 4 +- plugins/modules/syslog.py | 4 +- plugins/modules/system.py | 4 +- plugins/modules/unbound_acl.py | 4 +- plugins/modules/unbound_dnsbl.py | 4 +- plugins/modules/unbound_dot.py | 4 +- plugins/modules/unbound_forward.py | 4 +- plugins/modules/unbound_general.py | 4 +- plugins/modules/unbound_host.py | 4 +- plugins/modules/unbound_host_alias.py | 4 +- plugins/modules/webproxy_acl.py | 4 +- plugins/modules/webproxy_auth.py | 4 +- plugins/modules/webproxy_cache.py | 4 +- plugins/modules/webproxy_forward.py | 4 +- plugins/modules/webproxy_general.py | 4 +- plugins/modules/webproxy_icap.py | 4 +- plugins/modules/webproxy_pac_match.py | 4 +- plugins/modules/webproxy_pac_proxy.py | 4 +- plugins/modules/webproxy_pac_rule.py | 4 +- plugins/modules/webproxy_parent.py | 4 +- plugins/modules/webproxy_remote_acl.py | 4 +- plugins/modules/webproxy_traffic.py | 4 +- plugins/modules/wireguard_general.py | 4 +- plugins/modules/wireguard_peer.py | 4 +- plugins/modules/wireguard_server.py | 4 +- plugins/modules/wireguard_show.py | 4 +- 119 files changed, 394 insertions(+), 394 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index c908c275..9e8b1760 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -9,7 +9,7 @@ body: - type: markdown attributes: value: | - Make sure to search/read [the Docs](https://opnsense.ansibleguy.net/en/latest/index.html) beforehand. + Make sure to search/read [the Docs](https://opnsense.ansibleguy.net/index.html) beforehand. - type: textarea id: doc-url diff --git a/.github/ISSUE_TEMPLATE/problem.yml b/.github/ISSUE_TEMPLATE/problem.yml index fe01136b..8054ac7b 100644 --- a/.github/ISSUE_TEMPLATE/problem.yml +++ b/.github/ISSUE_TEMPLATE/problem.yml @@ -106,7 +106,7 @@ body: attributes: label: Debug Output description: | - Set the [debug option](https://opnsense.ansibleguy.net/en/latest/usage/3_troubleshoot.html#verbose-output) and copy its output. + Set the [debug option](https://opnsense.ansibleguy.net/usage/3_troubleshoot.html#verbose-output) and copy its output. render: bash validations: required: false @@ -117,7 +117,7 @@ body: label: Profiling Output description: | If the issue is related to time-consumption, you may also add the content of the - [profiling logs](https://opnsense.ansibleguy.net/en/latest/usage/3_troubleshoot.html#verbose-output). + [profiling logs](https://opnsense.ansibleguy.net/usage/3_troubleshoot.html#verbose-output). render: bash validations: required: false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ca8a2f1..32af49c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,4 +15,4 @@ Thank you for considering to contribute to this project! ## Module development -See: [Documentation - Development](https://opnsense.ansibleguy.net/en/latest/usage/4_develop.html) +See: [Documentation - Development](https://opnsense.ansibleguy.net/usage/4_develop.html) diff --git a/README.md b/README.md index b4c60afc..0e40cb51 100644 --- a/README.md +++ b/README.md @@ -93,106 +93,106 @@ not implemented => development => [testing](https://github.com/ansibleguy/collec | Function | Module | Usage | State | |:--------------------------|:-----------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------|:---------| -| **Base** | ansibleguy.opnsense.list | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/2_list.html) | stable | -| **Base** | ansibleguy.opnsense.reload | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html) | stable | -| **Services** | ansibleguy.opnsense.service | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/service.html) | stable | -| **Alias** | ansibleguy.opnsense.alias | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/alias.html) | stable | -| **Alias** | ansibleguy.opnsense.alias_multi | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/alias_multi.html) | stable | -| **Alias** | ansibleguy.opnsense.alias_purge | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/alias_multi.html#ansibleguy-opnsense-alias-purge) | unstable | -| **Rules** | ansibleguy.opnsense.rule | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/rule.html) | stable | -| **Rules** | ansibleguy.opnsense.rule_multi | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html) | stable | -| **Rules** | ansibleguy.opnsense.rule_purge | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html#ansibleguy-opnsense-rule-purge) | unstable | -| **Rule Interface Groups** | ansibleguy.opnsense.rule_interface_group | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/rule_interface_group.html#ansibleguy-opnsense-rule-interface-group) | unstable | -| **Savepoints** | ansibleguy.opnsense.savepoint | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/savepoint.html) | stable | -| **Packages** | ansibleguy.opnsense.package | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/package.html) | stable | -| **System** | ansibleguy.opnsense.system | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/system.html) | stable | -| **Cron-Jobs** | ansibleguy.opnsense.cron | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/cron.html) | stable | -| **Routes** | ansibleguy.opnsense.route | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/routing.html) | stable | -| **Gateways** | ansibleguy.opnsense.gateway | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/routing.html) | unstable | -| **DNS** | ansibleguy.opnsense.unbound_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_general.html) | stable | -| **DNS** | ansibleguy.opnsense.unbound_acl | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_acl.html) | stable | -| **DNS** | ansibleguy.opnsense.unbound_forward | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_forwarding.html) | stable | -| **DNS** | ansibleguy.opnsense.unbound_dot | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_dot.html) | stable | -| **DNS** | ansibleguy.opnsense.unbound_host | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_host.html) | stable | -| **DNS** | ansibleguy.opnsense.unbound_host_alias | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/unbound_host_alias.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 | -| **IPSec** | ansibleguy.opnsense.ipsec_auth_remote | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | -| **IPSec** | ansibleguy.opnsense.ipsec_child | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | -| **IPSec** | ansibleguy.opnsense.ipsec_vti | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | -| **IPSec** | ansibleguy.opnsense.ipsec_cert | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | -| **IPSec** | ansibleguy.opnsense.ipsec_psk | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html) | stable | -| **Traffic Shaper** | ansibleguy.opnsense.shaper_pipe | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/shaper.html) | stable | -| **Traffic Shaper** | ansibleguy.opnsense.shaper_queue | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/shaper.html) | stable | -| **Traffic Shaper** | ansibleguy.opnsense.shaper_rule | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/shaper.html) | stable | -| **Monit** | ansibleguy.opnsense.monit_service | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/monit.html) | stable | -| **Monit** | ansibleguy.opnsense.monit_alert | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/monit.html) | stable | -| **Monit** | ansibleguy.opnsense.monit_test | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/monit.html) | stable | -| **WireGuard** | ansibleguy.opnsense.wireguard_server | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html) | stable | -| **WireGuard** | ansibleguy.opnsense.wireguard_peer | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html) | stable | -| **WireGuard** | ansibleguy.opnsense.wireguard_show | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html) | stable | -| **WireGuard** | ansibleguy.opnsense.wireguard_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html) | stable | -| **Interfaces** | ansibleguy.opnsense.interface_vlan | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/interface.html) | stable | -| **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 | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bfd_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html#ansibleguy-opnsense-frr-bfd-general) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bfd_neighbor | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html#ansibleguy-opnsense-frr-bfd-neighbor) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-general) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_neighbor | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-neighbor) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_prefix_list | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-prefix-list) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_route_map | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-route-map) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_community_list | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-community-list) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_as_path | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-as-path) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-general) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_prefix_list | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-prefix-list) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_interface | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-interface) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_network | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-network) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf3_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf3-general) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf3_interface | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf3-interface) | stable | -| **Dynamic Routing** | ansibleguy.opnsense.frr_rip | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/frr_rip.html) | stable | -| **DNS** | ansibleguy.opnsense.bind_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/bind.html#ansibleguy-opnsense-bind-general) | stable | -| **DNS** | ansibleguy.opnsense.bind_blocklist | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/bind.html#ansibleguy-opnsense-bind-blocklist) | stable | -| **DNS** | ansibleguy.opnsense.bind_acl | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/bind.html#ansibleguy-opnsense-bind-acl) | stable | -| **DNS** | ansibleguy.opnsense.bind_domain | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/bind.html#ansibleguy-opnsense-bind-domain) | stable | -| **DNS** | ansibleguy.opnsense.bind_record | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/bind.html#ansibleguy-opnsense-bind-record) | stable | -| **DNS** | ansibleguy.opnsense.bind_record_multi | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/bind.html#ansibleguy-opnsense-bind-record-multi) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id2) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_cache | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id3) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_parent | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id4) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_traffic | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id5) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_forward | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id7) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_acl | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id8) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_icap | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id9) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_auth | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id10) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_remote_acl | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id12) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_proxy | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id14) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_match | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id15) | stable | -| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_rule | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html#id18) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_action | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id2) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_general | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id3) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_ruleset | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id4) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_rule | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id5) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_user_rule | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id6) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_policy | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id7) | stable | -| **IDS/IPS** | ansibleguy.opnsense.ids_policy_rule | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/ids.html#id8) | stable | -| **OpenVPN** | ansibleguy.opnsense.openvpn_client | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html) | stable | -| **OpenVPN** | ansibleguy.opnsense.openvpn_server | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html) | stable | -| **OpenVPN** | ansibleguy.opnsense.openvpn_static_key | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html) | stable | -| **OpenVPN** | ansibleguy.opnsense.openvpn_status | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html) | stable | -| **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 | -| **DHCP Reservation** | ansibleguy.opnsense.dhcp_reservation | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html) | unstable | -| **DHCP Controlagent** | ansibleguy.opnsense.dhcp_controlagent | [Docs](https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html) | unstable | +| **Base** | ansibleguy.opnsense.list | [Docs](https://opnsense.ansibleguy.net/modules/2_list.html) | stable | +| **Base** | ansibleguy.opnsense.reload | [Docs](https://opnsense.ansibleguy.net/modules/2_reload.html) | stable | +| **Services** | ansibleguy.opnsense.service | [Docs](https://opnsense.ansibleguy.net/modules/service.html) | stable | +| **Alias** | ansibleguy.opnsense.alias | [Docs](https://opnsense.ansibleguy.net/modules/alias.html) | stable | +| **Alias** | ansibleguy.opnsense.alias_multi | [Docs](https://opnsense.ansibleguy.net/modules/alias_multi.html) | stable | +| **Alias** | ansibleguy.opnsense.alias_purge | [Docs](https://opnsense.ansibleguy.net/modules/alias_multi.html#ansibleguy-opnsense-alias-purge) | unstable | +| **Rules** | ansibleguy.opnsense.rule | [Docs](https://opnsense.ansibleguy.net/modules/rule.html) | stable | +| **Rules** | ansibleguy.opnsense.rule_multi | [Docs](https://opnsense.ansibleguy.net/modules/rule_multi.html) | stable | +| **Rules** | ansibleguy.opnsense.rule_purge | [Docs](https://opnsense.ansibleguy.net/modules/rule_multi.html#ansibleguy-opnsense-rule-purge) | unstable | +| **Rule Interface Groups** | ansibleguy.opnsense.rule_interface_group | [Docs](https://opnsense.ansibleguy.net/modules/rule_interface_group.html#ansibleguy-opnsense-rule-interface-group) | unstable | +| **Savepoints** | ansibleguy.opnsense.savepoint | [Docs](https://opnsense.ansibleguy.net/modules/savepoint.html) | stable | +| **Packages** | ansibleguy.opnsense.package | [Docs](https://opnsense.ansibleguy.net/modules/package.html) | stable | +| **System** | ansibleguy.opnsense.system | [Docs](https://opnsense.ansibleguy.net/modules/system.html) | stable | +| **Cron-Jobs** | ansibleguy.opnsense.cron | [Docs](https://opnsense.ansibleguy.net/modules/cron.html) | stable | +| **Routes** | ansibleguy.opnsense.route | [Docs](https://opnsense.ansibleguy.net/modules/routing.html) | stable | +| **Gateways** | ansibleguy.opnsense.gateway | [Docs](https://opnsense.ansibleguy.net/modules/routing.html) | unstable | +| **DNS** | ansibleguy.opnsense.unbound_general | [Docs](https://opnsense.ansibleguy.net/modules/unbound_general.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_acl | [Docs](https://opnsense.ansibleguy.net/modules/unbound_acl.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_forward | [Docs](https://opnsense.ansibleguy.net/modules/unbound_forwarding.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_dot | [Docs](https://opnsense.ansibleguy.net/modules/unbound_dot.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_host | [Docs](https://opnsense.ansibleguy.net/modules/unbound_host.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_host_alias | [Docs](https://opnsense.ansibleguy.net/modules/unbound_host_alias.html) | stable | +| **DNS** | ansibleguy.opnsense.unbound_dnsbl | [Docs](https://opnsense.ansibleguy.net/modules/unbound_host_alias.html) | unstable || **Syslog** | ansibleguy.opnsense.syslog | [Docs](https://opnsense.ansibleguy.net/modules/syslog.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_connection, ansibleguy.opnsense.ipsec_tunnel | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_pool, ansibleguy.opnsense.ipsec_network | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_auth_local | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_auth_remote | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_child | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_vti | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_cert | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **IPSec** | ansibleguy.opnsense.ipsec_psk | [Docs](https://opnsense.ansibleguy.net/modules/ipsec.html) | stable | +| **Traffic Shaper** | ansibleguy.opnsense.shaper_pipe | [Docs](https://opnsense.ansibleguy.net/modules/shaper.html) | stable | +| **Traffic Shaper** | ansibleguy.opnsense.shaper_queue | [Docs](https://opnsense.ansibleguy.net/modules/shaper.html) | stable | +| **Traffic Shaper** | ansibleguy.opnsense.shaper_rule | [Docs](https://opnsense.ansibleguy.net/modules/shaper.html) | stable | +| **Monit** | ansibleguy.opnsense.monit_service | [Docs](https://opnsense.ansibleguy.net/modules/monit.html) | stable | +| **Monit** | ansibleguy.opnsense.monit_alert | [Docs](https://opnsense.ansibleguy.net/modules/monit.html) | stable | +| **Monit** | ansibleguy.opnsense.monit_test | [Docs](https://opnsense.ansibleguy.net/modules/monit.html) | stable | +| **WireGuard** | ansibleguy.opnsense.wireguard_server | [Docs](https://opnsense.ansibleguy.net/modules/wireguard.html) | stable | +| **WireGuard** | ansibleguy.opnsense.wireguard_peer | [Docs](https://opnsense.ansibleguy.net/modules/wireguard.html) | stable | +| **WireGuard** | ansibleguy.opnsense.wireguard_show | [Docs](https://opnsense.ansibleguy.net/modules/wireguard.html) | stable | +| **WireGuard** | ansibleguy.opnsense.wireguard_general | [Docs](https://opnsense.ansibleguy.net/modules/wireguard.html) | stable | +| **Interfaces** | ansibleguy.opnsense.interface_vlan | [Docs](https://opnsense.ansibleguy.net/modules/interface.html) | stable | +| **Interfaces** | ansibleguy.opnsense.interface_vxlan | [Docs](https://opnsense.ansibleguy.net/modules/interface.html) | stable | +| **Interfaces** | ansibleguy.opnsense.interface_vip | [Docs](https://opnsense.ansibleguy.net/modules/interface.html) | stable | +| **Interfaces** | ansibleguy.opnsense.interface_lagg | [Docs](https://opnsense.ansibleguy.net/modules/interface.html) | unstable | +| **Interfaces** | ansibleguy.opnsense.interface_loopback | [Docs](https://opnsense.ansibleguy.net/modules/interface.html) | unstable | +| **NAT** | ansibleguy.opnsense.source_nat, ansibleguy.opnsense.snat | [Docs](https://opnsense.ansibleguy.net/modules/source_nat.html) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_diagnostic | [Docs](https://opnsense.ansibleguy.net/modules/frr_diagnostic.html) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_general | [Docs](https://opnsense.ansibleguy.net/modules/frr_general.html) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bfd_general | [Docs](https://opnsense.ansibleguy.net/modules/frr_bfd.html#ansibleguy-opnsense-frr-bfd-general) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bfd_neighbor | [Docs](https://opnsense.ansibleguy.net/modules/frr_bfd.html#ansibleguy-opnsense-frr-bfd-neighbor) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_general | [Docs](https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-general) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_neighbor | [Docs](https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-neighbor) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_prefix_list | [Docs](https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-prefix-list) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_route_map | [Docs](https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-route-map) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_community_list | [Docs](https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-community-list) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_bgp_as_path | [Docs](https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-as-path) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_general | [Docs](https://opnsense.ansibleguy.net/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-general) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_prefix_list | [Docs](https://opnsense.ansibleguy.net/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-prefix-list) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_interface | [Docs](https://opnsense.ansibleguy.net/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-interface) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf_network | [Docs](https://opnsense.ansibleguy.net/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf-network) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf3_general | [Docs](https://opnsense.ansibleguy.net/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf3-general) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_ospf3_interface | [Docs](https://opnsense.ansibleguy.net/modules/frr_ospf.html#ansibleguy-opnsense-frr-ospf3-interface) | stable | +| **Dynamic Routing** | ansibleguy.opnsense.frr_rip | [Docs](https://opnsense.ansibleguy.net/modules/frr_rip.html) | stable | +| **DNS** | ansibleguy.opnsense.bind_general | [Docs](https://opnsense.ansibleguy.net/modules/bind.html#ansibleguy-opnsense-bind-general) | stable | +| **DNS** | ansibleguy.opnsense.bind_blocklist | [Docs](https://opnsense.ansibleguy.net/modules/bind.html#ansibleguy-opnsense-bind-blocklist) | stable | +| **DNS** | ansibleguy.opnsense.bind_acl | [Docs](https://opnsense.ansibleguy.net/modules/bind.html#ansibleguy-opnsense-bind-acl) | stable | +| **DNS** | ansibleguy.opnsense.bind_domain | [Docs](https://opnsense.ansibleguy.net/modules/bind.html#ansibleguy-opnsense-bind-domain) | stable | +| **DNS** | ansibleguy.opnsense.bind_record | [Docs](https://opnsense.ansibleguy.net/modules/bind.html#ansibleguy-opnsense-bind-record) | stable | +| **DNS** | ansibleguy.opnsense.bind_record_multi | [Docs](https://opnsense.ansibleguy.net/modules/bind.html#ansibleguy-opnsense-bind-record-multi) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_general | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id2) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_cache | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id3) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_parent | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id4) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_traffic | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id5) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_forward | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id7) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_acl | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id8) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_icap | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id9) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_auth | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id10) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_remote_acl | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id12) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_proxy | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id14) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_match | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id15) | stable | +| **Web Proxy** | ansibleguy.opnsense.webproxy_pac_rule | [Docs](https://opnsense.ansibleguy.net/modules/webproxy.html#id18) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_action | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id2) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_general | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id3) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_ruleset | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id4) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_rule | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id5) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_user_rule | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id6) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_policy | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id7) | stable | +| **IDS/IPS** | ansibleguy.opnsense.ids_policy_rule | [Docs](https://opnsense.ansibleguy.net/modules/ids.html#id8) | stable | +| **OpenVPN** | ansibleguy.opnsense.openvpn_client | [Docs](https://opnsense.ansibleguy.net/modules/openvpn.html) | stable | +| **OpenVPN** | ansibleguy.opnsense.openvpn_server | [Docs](https://opnsense.ansibleguy.net/modules/openvpn.html) | stable | +| **OpenVPN** | ansibleguy.opnsense.openvpn_static_key | [Docs](https://opnsense.ansibleguy.net/modules/openvpn.html) | stable | +| **OpenVPN** | ansibleguy.opnsense.openvpn_status | [Docs](https://opnsense.ansibleguy.net/modules/openvpn.html) | stable | +| **OpenVPN** | ansibleguy.opnsense.openvpn_client_override | [Docs](https://opnsense.ansibleguy.net/modules/openvpn.html) | stable | +| **Nginx** | ansibleguy.opnsense.nginx_general | [Docs](https://opnsense.ansibleguy.net/modules/nginx.html#ansibleguy-opnsense-nginx-general) | unstable | +| **Nginx** | ansibleguy.opnsense.nginx_upstream_server | [Docs](https://opnsense.ansibleguy.net/modules/nginx.html#ansibleguy-opnsense-nginx-upstream-server) | unstable | +| **DHCP Relay** | ansibleguy.opnsense.dhcrelay | [Docs](https://opnsense.ansibleguy.net/modules/dhcrelay_relay.html) | unstable | +| **DHCP Relay** | ansibleguy.opnsense.dhcrelay_destination | [Docs](https://opnsense.ansibleguy.net/modules/dhcrelay_destination.html) | unstable | +| **DHCP Reservation** | ansibleguy.opnsense.dhcp_reservation | [Docs](https://opnsense.ansibleguy.net/modules/dhcp.html) | unstable | +| **DHCP Controlagent** | ansibleguy.opnsense.dhcp_controlagent | [Docs](https://opnsense.ansibleguy.net/modules/dhcp.html) | unstable | ### Roadmap diff --git a/docs/meta/sitemap.xml b/docs/meta/sitemap.xml index 772a72a1..7b4aafeb 100644 --- a/docs/meta/sitemap.xml +++ b/docs/meta/sitemap.xml @@ -1,52 +1,52 @@ - https://opnsense.ansibleguy.net/en/latest/ + https://opnsense.ansibleguy.net/ - https://opnsense.ansibleguy.net/en/latest/usage/1_install.html - https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html - https://opnsense.ansibleguy.net/en/latest/usage/3_troubleshoot.html - https://opnsense.ansibleguy.net/en/latest/usage/4_develop.html + https://opnsense.ansibleguy.net/usage/1_install.html + https://opnsense.ansibleguy.net/usage/2_basic.html + https://opnsense.ansibleguy.net/usage/3_troubleshoot.html + https://opnsense.ansibleguy.net/usage/4_develop.html - https://opnsense.ansibleguy.net/en/latest/modules/1_basic.html - https://opnsense.ansibleguy.net/en/latest/modules/2_list.html - https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html + https://opnsense.ansibleguy.net/modules/1_basic.html + https://opnsense.ansibleguy.net/modules/2_list.html + https://opnsense.ansibleguy.net/modules/2_reload.html - https://opnsense.ansibleguy.net/en/latest/modules/alias.html - https://opnsense.ansibleguy.net/en/latest/modules/alias_multi.html - https://opnsense.ansibleguy.net/en/latest/modules/bind.html - https://opnsense.ansibleguy.net/en/latest/modules/cron.html - https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html - https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_relay.html - https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html - https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html - https://opnsense.ansibleguy.net/en/latest/modules/frr_diagnostic.html - https://opnsense.ansibleguy.net/en/latest/modules/frr_general.html - https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html - https://opnsense.ansibleguy.net/en/latest/modules/frr_rip.html - https://opnsense.ansibleguy.net/en/latest/modules/ids.html - https://opnsense.ansibleguy.net/en/latest/modules/interface.html - https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html - https://opnsense.ansibleguy.net/en/latest/modules/monit.html - https://opnsense.ansibleguy.net/en/latest/modules/nginx.html - https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html - https://opnsense.ansibleguy.net/en/latest/modules/package.html - https://opnsense.ansibleguy.net/en/latest/modules/route.html - https://opnsense.ansibleguy.net/en/latest/modules/rule.html - https://opnsense.ansibleguy.net/en/latest/modules/rule_interface_group.html - https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html - https://opnsense.ansibleguy.net/en/latest/modules/savepoint.html - https://opnsense.ansibleguy.net/en/latest/modules/service.html - https://opnsense.ansibleguy.net/en/latest/modules/shaper.html - https://opnsense.ansibleguy.net/en/latest/modules/source_nat.html - https://opnsense.ansibleguy.net/en/latest/modules/syslog.html - https://opnsense.ansibleguy.net/en/latest/modules/system.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_acl.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_dnsbl.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_dot.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_forwarding.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_general.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_host.html - https://opnsense.ansibleguy.net/en/latest/modules/unbound_host_alias.html - https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html - https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html + https://opnsense.ansibleguy.net/modules/alias.html + https://opnsense.ansibleguy.net/modules/alias_multi.html + https://opnsense.ansibleguy.net/modules/bind.html + https://opnsense.ansibleguy.net/modules/cron.html + https://opnsense.ansibleguy.net/modules/dhcp.html + https://opnsense.ansibleguy.net/modules/dhcrelay_relay.html + https://opnsense.ansibleguy.net/modules/frr_bfd.html + https://opnsense.ansibleguy.net/modules/frr_bgp.html + https://opnsense.ansibleguy.net/modules/frr_diagnostic.html + https://opnsense.ansibleguy.net/modules/frr_general.html + https://opnsense.ansibleguy.net/modules/frr_ospf.html + https://opnsense.ansibleguy.net/modules/frr_rip.html + https://opnsense.ansibleguy.net/modules/ids.html + https://opnsense.ansibleguy.net/modules/interface.html + https://opnsense.ansibleguy.net/modules/ipsec.html + https://opnsense.ansibleguy.net/modules/monit.html + https://opnsense.ansibleguy.net/modules/nginx.html + https://opnsense.ansibleguy.net/modules/openvpn.html + https://opnsense.ansibleguy.net/modules/package.html + https://opnsense.ansibleguy.net/modules/route.html + https://opnsense.ansibleguy.net/modules/rule.html + https://opnsense.ansibleguy.net/modules/rule_interface_group.html + https://opnsense.ansibleguy.net/modules/rule_multi.html + https://opnsense.ansibleguy.net/modules/savepoint.html + https://opnsense.ansibleguy.net/modules/service.html + https://opnsense.ansibleguy.net/modules/shaper.html + https://opnsense.ansibleguy.net/modules/source_nat.html + https://opnsense.ansibleguy.net/modules/syslog.html + https://opnsense.ansibleguy.net/modules/system.html + https://opnsense.ansibleguy.net/modules/unbound_acl.html + https://opnsense.ansibleguy.net/modules/unbound_dnsbl.html + https://opnsense.ansibleguy.net/modules/unbound_dot.html + https://opnsense.ansibleguy.net/modules/unbound_forwarding.html + https://opnsense.ansibleguy.net/modules/unbound_general.html + https://opnsense.ansibleguy.net/modules/unbound_host.html + https://opnsense.ansibleguy.net/modules/unbound_host_alias.html + https://opnsense.ansibleguy.net/modules/webproxy.html + https://opnsense.ansibleguy.net/modules/wireguard.html \ No newline at end of file diff --git a/docs/source/modules/frr_bfd.md b/docs/source/modules/frr_bfd.md index 5f83da27..7e90f6ac 100644 --- a/docs/source/modules/frr_bfd.md +++ b/docs/source/modules/frr_bfd.md @@ -21,11 +21,11 @@ You need to install the FRR plugin: os-frr ``` -You can also install it using the [package module](https://opnsense.ansibleguy.net/en/latest/modules/package.html). +You can also install it using the [package module](https://opnsense.ansibleguy.net/modules/package.html). ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.frr_bfd_general diff --git a/docs/source/modules/frr_bgp.md b/docs/source/modules/frr_bgp.md index 45a5074a..784b4a2b 100644 --- a/docs/source/modules/frr_bgp.md +++ b/docs/source/modules/frr_bgp.md @@ -26,12 +26,12 @@ You need to install the FRR plugin: os-frr ``` -You can also install it using the [package module](https://opnsense.ansibleguy.net/en/latest/modules/package.html). +You can also install it using the [package module](https://opnsense.ansibleguy.net/modules/package.html). ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.frr_bgp_general @@ -42,7 +42,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | graceful | boolean | false | - | - | BGP graceful restart functionality as defined in RFC-4724 defines the mechanisms that allows BGP speaker to continue to forward data packets along known routes while the routing protocol information is being restored. | | | networks | list | false | - | nets | Select the network to advertise, you have to set a Null route via System -> Routes | | | redistribute | list | false | - | - | Select other routing sources, which should be redistributed to the other nodes. Choose from: 'ospf', 'connected', 'kernel', 'rip', 'static' | | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | | enabled | boolean | false | true | - | En- or disable the service | ### ansibleguy.opnsense.frr_bgp_neighbor @@ -74,7 +74,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | prefix_list_out | string | false | - | prefix_out, pre_out | Prefix-List for outbound direction | | route_map_in | string | false | - | map_in, rm_in | Route-Map for inbound direction | | route_map_out | string | false | - | map_out, rm_out | Route-Map for outbound direction | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ### ansibleguy.opnsense.frr_bgp_prefix_list @@ -86,7 +86,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | action | string | false for state changes, else true | - | - | Set permit for match or deny to negate the rule. One of: 'permit', 'deny' | | | description | string | false | - | - | Optional description | | | version | string | false | IPv4 | ipv | IP-version to use. One of: IPv4, IPv6 | | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ### ansibleguy.opnsense.frr_bgp_route_map @@ -100,7 +100,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | prefix_list | dict | false | - | pre, prefix | Dictionary of prefixes to link. Per example: "{prefix_name: [seq1, seq2]}" or "{'pre1': [5, 6]}" will link prefixes with the name 'pre1' and sequence 5-6 | | | community_list | list | false | - | community | List of community-list entries to link | | | set | string | false | - | - | Free text field for your set, please be careful! You can set e.g. "local-preference 300" or "community 1:1" (http://www.nongnu.org/quagga/docs/docs-multi/Route-Map-Set-Command.html#Route-Map-Set-Command) | | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ### ansibleguy.opnsense.frr_bgp_community_list @@ -111,7 +111,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | seq | integer | false for state changes, else true | - | sequence | The ACL sequence number (10-99) | | | action | string | false for state changes, else true | - | - | Set permit for match or deny to negate the rule. One of: 'permit', 'deny' | | | community | string | false for state changes, else true | - | comm | The community you want to match. You can also regex and it is not validated so please be careful | | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ### ansibleguy.opnsense.frr_bgp_as_path @@ -121,7 +121,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | number | integer | false for state changes, else true | - | nr | The ACL rule number (10-99); keep in mind that there are no sequence numbers with AS-Path lists. When you want to add a new line between you have to completely remove the ACL | | | action | string | false for state changes, else true | - | - | Set permit for match or deny to negate the rule. One of: 'permit', 'deny' | | | as_pattern | string | false for state changes, else true | - | as | The AS pattern you want to match, regexp allowed (e.g. .$ or _1$). It's not validated so please be careful! | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ## Examples diff --git a/docs/source/modules/frr_diagnostic.md b/docs/source/modules/frr_diagnostic.md index 0a545706..969ea9d5 100644 --- a/docs/source/modules/frr_diagnostic.md +++ b/docs/source/modules/frr_diagnostic.md @@ -21,11 +21,11 @@ You need to install the FRR plugin: os-frr ``` -You can also install it using the [package module](https://opnsense.ansibleguy.net/en/latest/modules/package.html). +You can also install it using the [package module](https://opnsense.ansibleguy.net/modules/package.html). ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.frr_diagnostic diff --git a/docs/source/modules/frr_general.md b/docs/source/modules/frr_general.md index 803d8b73..5365a4f8 100644 --- a/docs/source/modules/frr_general.md +++ b/docs/source/modules/frr_general.md @@ -17,11 +17,11 @@ You need to install the FRR plugin: os-frr ``` -You can also install it using the [package module](https://opnsense.ansibleguy.net/en/latest/modules/package.html). +You can also install it using the [package module](https://opnsense.ansibleguy.net/modules/package.html). ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.frr_general diff --git a/docs/source/modules/frr_ospf.md b/docs/source/modules/frr_ospf.md index c9d175e5..819fc0cf 100644 --- a/docs/source/modules/frr_ospf.md +++ b/docs/source/modules/frr_ospf.md @@ -28,12 +28,12 @@ You need to install the FRR plugin: os-frr ``` -You can also install it using the [package module](https://opnsense.ansibleguy.net/en/latest/modules/package.html). +You can also install it using the [package module](https://opnsense.ansibleguy.net/modules/package.html). ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### OSPF @@ -50,7 +50,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | originate | boolean | false | false | orig, advertise_default_gw | This will send the information that we have a default gateway | | originate_always | boolean | false | false | orig_always, always_advertise_default_gw | This will send the information that we have a default gateway, regardless of if it is available | | originate_metric | integer | false | - | orig_metric | This let you manipulate the metric when advertising default gateway | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | | enabled | boolean | false | true | - | En- or disable the service | #### ansibleguy.opnsense.frr_ospf_network @@ -64,7 +64,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | area_range | string | - | - | - | Here you can summarize a network for this area like 192.168.0.0/23 | | prefix_list_in | string | - | - | prefix_in, pre_in | Prefix-List for inbound direction | | prefix_list_out | string | - | - | prefix_out, pre_out | Prefix-List for outbound direction | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | #### ansibleguy.opnsense.frr_ospf_interface @@ -85,7 +85,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | transmit_delay | integer | false | - | delay | Integer between 0 and 4294967295 | | priority | integer | false | - | prio | Integer between 0 and 4294967295 | | network_type | string | false | - | nw_type | One of: 'broadcast', 'non-broadcast', 'point-to-multipoint', 'point-to-point' | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | #### ansibleguy.opnsense.frr_ospf_prefix_list @@ -95,7 +95,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | seq | string | false for state changes, else true | - | seq_number | The ACL sequence number (10-99) | | network | string | false for state changes, else true | - | net | The network pattern you want to match. It's not validated so please be careful! | | action | string | false for state changes, else true | - | - | Set permit for match or deny to negate the rule. One of: 'permit', 'deny' | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | #### ansibleguy.opnsense.frr_ospf_route_map @@ -106,7 +106,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | action | string | false for state changes, else true | - | - | Set permit for match or deny to negate the rule. One of: 'permit', 'deny' | | | prefix_list | list | false | - | prefix | List of prefix-list entries to link | | | set | string | false | - | - | Free text field for your set, please be careful! You can set e.g. "local-preference 300" or "community 1:1" (http://www.nongnu.org/quagga/docs/docs-multi/Route-Map-Set-Command.html#Route-Map-Set-Command) | | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ---- @@ -119,7 +119,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | carp | boolean | false | false | carp_demote | Register CARP status monitor, when no neighbors are found, consider this node less attractive. This feature needs syslog enabled using "Debugging" logging to catch all relevant status events. This option is not compatible with "Enable CARP Failover" | | id | string | false | - | router_id | If you have a CARP setup, you may want to configure a router id in case of a conflict. (_4-byte field/IPv4 Address_) | | | redistribute | list | false | - | - | Select other routing sources, which should be redistributed to the other nodes. Choose from: 'bgp', 'connected', 'kernel', 'rip', 'static' | | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | | enabled | boolean | false | true | - | En- or disable the service | #### ansibleguy.opnsense.frr_ospf3_interface @@ -139,7 +139,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | transmit_delay | integer | false | - | delay | Integer between 0 and 4294967295 | | priority | integer | false | - | prio | Integer between 0 and 4294967295 | | network_type | string | false | - | nw_type | One of: 'broadcast', 'point-to-point' | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ## Examples diff --git a/docs/source/modules/frr_rip.md b/docs/source/modules/frr_rip.md index 4b507549..6738195d 100644 --- a/docs/source/modules/frr_rip.md +++ b/docs/source/modules/frr_rip.md @@ -21,11 +21,11 @@ You need to install the FRR plugin: os-frr ``` -You can also install it using the [package module](https://opnsense.ansibleguy.net/en/latest/modules/package.html). +You can also install it using the [package module](https://opnsense.ansibleguy.net/modules/package.html). ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.frr_rip diff --git a/docs/source/modules/monit.md b/docs/source/modules/monit.md index ffb02373..5498b6c5 100644 --- a/docs/source/modules/monit.md +++ b/docs/source/modules/monit.md @@ -21,7 +21,7 @@ Interfaces for 'monit_services' must be provided as used in the network config ( ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.monit_alert diff --git a/docs/source/modules/shaper.md b/docs/source/modules/shaper.md index 5db72769..a884b230 100644 --- a/docs/source/modules/shaper.md +++ b/docs/source/modules/shaper.md @@ -22,7 +22,7 @@ Interfaces for 'shaper_rules' must be provided as used in the network config (_p ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.shaper_pipe @@ -44,8 +44,8 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | fqcodel_limit | int | false | - | - | Integer between 1 and 65535 | | fqcodel_flows | int | false | - | - | Integer between 1 and 65535 | | buckets | int | false | - | - | Integer between 1 and 65535 | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | -| reset | boolean | false | false | flush | Can be used instead of 'reload'. If the running config should be flushed and reloaded on change - this will take some time. This might have impact on other services using the same technology underneath (such as Captive portal). You might want to reload it 'manually' after all changes are done => using the [service module](https://opnsense.ansibleguy.net/en/latest/modules/service.html) (_action 'restart'_). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | +| reset | boolean | false | false | flush | Can be used instead of 'reload'. If the running config should be flushed and reloaded on change - this will take some time. This might have impact on other services using the same technology underneath (such as Captive portal). You might want to reload it 'manually' after all changes are done => using the [service module](https://opnsense.ansibleguy.net/modules/service.html) (_action 'restart'_). | ### ansibleguy.opnsense.shaper_queue @@ -62,8 +62,8 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | codel_target | int | false | - | - | Integer between 1 and 10000 | | codel_interval | int | false | - | - | Integer between 1 and 10000 | | buckets | int | false | - | - | Integer between 1 and 65535 | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | -| reset | boolean | false | false | flush | Can be used instead of 'reload'. If the running config should be flushed and reloaded on change - this will take some time. This might have impact on other services using the same technology underneath (such as Captive portal). You might want to reload it 'manually' after all changes are done => using the [service module](https://opnsense.ansibleguy.net/en/latest/modules/service.html) (_action 'restart'_). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | +| reset | boolean | false | false | flush | Can be used instead of 'reload'. If the running config should be flushed and reloaded on change - this will take some time. This might have impact on other services using the same technology underneath (such as Captive portal). You might want to reload it 'manually' after all changes are done => using the [service module](https://opnsense.ansibleguy.net/modules/service.html) (_action 'restart'_). | ### ansibleguy.opnsense.shaper_rule @@ -85,8 +85,8 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | destination_port | string | false | - | dp, dest_port | Leave empty to allow all, alias not supported | | dscp | list | false | - | - | One or multiple DSCP values - one of: 'be', 'ef', 'af11', 'af12', 'af13', 'af21', 'af22', 'af23', 'af31', 'af32', 'af33', 'af41', 'af42', 'af43', 'cs1', 'cs2', 'cs3', 'cs4', 'cs5', 'cs6', 'cs7' | | direction | string | false | 'both' | - | One of: 'in', 'out', leave empty for 'both' | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | -| reset | boolean | false | false | flush | Can be used instead of 'reload'. If the running config should be flushed and reloaded on change - this will take some time. This might have impact on other services using the same technology underneath (such as Captive portal). You might want to reload it 'manually' after all changes are done => using the [service module](https://opnsense.ansibleguy.net/en/latest/modules/service.html) (_action 'restart'_). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. You might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | +| reset | boolean | false | false | flush | Can be used instead of 'reload'. If the running config should be flushed and reloaded on change - this will take some time. This might have impact on other services using the same technology underneath (such as Captive portal). You might want to reload it 'manually' after all changes are done => using the [service module](https://opnsense.ansibleguy.net/modules/service.html) (_action 'restart'_). | ## Examples diff --git a/docs/source/modules/wireguard.md b/docs/source/modules/wireguard.md index a1696196..909ce4d3 100644 --- a/docs/source/modules/wireguard.md +++ b/docs/source/modules/wireguard.md @@ -13,7 +13,7 @@ ## Definition -For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html) +For basic parameters see: [Basics](https://opnsense.ansibleguy.net/usage/2_basic.html) ### ansibleguy.opnsense.wireguard_server @@ -30,7 +30,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | disable_routes | boolean | false | false | disableroutes | If automatically created routes should be disabled. Needs to be set if you want to use [policy-based routing](https://docs.opnsense.org/manual/firewall.html#policy-based-routing), [dynamic routing](https://docs.opnsense.org/manual/dynamic_routing.html) or 'manually' created static routes | | gateway | string | false | - | gw | IP address to use as gateway. Can only be used if you enable the 'disable_routes' option. | | vip | string | false | - | vip_depend, carp, carp_depend | The Virtual-CARP-IP (CARP VHID) to depend on. When this virtual address is not in master state, then the instance will be shutdown | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. For mass-managing items you might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. For mass-managing items you might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ### ansibleguy.opnsense.wireguard_peer @@ -43,7 +43,7 @@ For basic parameters see: [Basics](https://opnsense.ansibleguy.net/en/latest/usa | psk | string | false | - | - | Optionally provide an PSK. The pre-shared key (PSK) is an optional security improvement as per the WireGuard protocol and should be a unique PSK per client for highest security. | | port | integer | false | - | - | Optionally provide the port of the peer instance | | keepalive | integer | false | - | - | Integer between 1 and 86400. Should be used if one of the connection-members is behind NAT | -| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. For mass-managing items you might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/en/latest/modules/2_reload.html). | +| reload | boolean | false | true | - | If the running config should be reloaded on change - this will take some time. For mass-managing items you might want to reload it 'manually' after all changes are done => using the [reload module](https://opnsense.ansibleguy.net/modules/2_reload.html). | ### ansibleguy.opnsense.wireguard_show diff --git a/plugins/module_utils/helper/api.py b/plugins/module_utils/helper/api.py index a61e0d73..ef522dbe 100644 --- a/plugins/module_utils/helper/api.py +++ b/plugins/module_utils/helper/api.py @@ -197,6 +197,6 @@ def api_pretty_exception(m: AnsibleModule, method: str, url: str, error): if str(error).find('CERTIFICATE_VERIFY_FAILED') != -1 or str(error).find('certificate verify failed') != -1: msg = f"SSL verification failed '{url}'! Make sure to follow the the documentation: "\ - "https://opnsense.ansibleguy.net/en/latest/usage/2_basic.html#ssl-certificate" + "https://opnsense.ansibleguy.net/usage/2_basic.html#ssl-certificate" m.fail_json(f"{msg} ({error})") diff --git a/plugins/modules/_tmpl_direct.py b/plugins/modules/_tmpl_direct.py index 1fd494ee..a18a90ed 100644 --- a/plugins/modules/_tmpl_direct.py +++ b/plugins/modules/_tmpl_direct.py @@ -19,8 +19,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/_tmpl.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/_tmpl.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/_tmpl.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/_tmpl.html' def run_module(): diff --git a/plugins/modules/_tmpl_obj.py b/plugins/modules/_tmpl_obj.py index a7865551..0afd7e51 100644 --- a/plugins/modules/_tmpl_obj.py +++ b/plugins/modules/_tmpl_obj.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/_tmpl.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/_tmpl.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/_tmpl.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/_tmpl.html' def run_module(): diff --git a/plugins/modules/alias.py b/plugins/modules/alias.py index 1e6f3fd6..dc9ba7a0 100644 --- a/plugins/modules/alias.py +++ b/plugins/modules/alias.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/alias.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/alias.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/alias.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/alias.html' def run_module(): diff --git a/plugins/modules/alias_multi.py b/plugins/modules/alias_multi.py index 1c672da7..e1a0da68 100644 --- a/plugins/modules/alias_multi.py +++ b/plugins/modules/alias_multi.py @@ -22,8 +22,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/alias_multi.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/alias_multi.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/alias_multi.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/alias_multi.html' def run_module(): diff --git a/plugins/modules/alias_purge.py b/plugins/modules/alias_purge.py index 082b8f29..9e91ba7e 100644 --- a/plugins/modules/alias_purge.py +++ b/plugins/modules/alias_purge.py @@ -22,7 +22,7 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/alias_multi.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/alias_multi.html' # EXAMPLES = 'https://github.com/ansibleguy/collection_opnsense/blob/latest/docs/tests/alias_multi.yml' diff --git a/plugins/modules/bind_acl.py b/plugins/modules/bind_acl.py index 8767b541..ecd5e4b7 100644 --- a/plugins/modules/bind_acl.py +++ b/plugins/modules/bind_acl.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/bind.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/bind.html' def run_module(): diff --git a/plugins/modules/bind_blocklist.py b/plugins/modules/bind_blocklist.py index ec452ba0..7b7b05c5 100644 --- a/plugins/modules/bind_blocklist.py +++ b/plugins/modules/bind_blocklist.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/bind.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/bind.html' BL_MAPPING = { 'AdAway List': 'aa', diff --git a/plugins/modules/bind_domain.py b/plugins/modules/bind_domain.py index 0d8ce9ad..07dfbbf3 100644 --- a/plugins/modules/bind_domain.py +++ b/plugins/modules/bind_domain.py @@ -22,8 +22,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/bind.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/bind.html' def run_module(): diff --git a/plugins/modules/bind_general.py b/plugins/modules/bind_general.py index 442ea7c4..55e3e3fa 100644 --- a/plugins/modules/bind_general.py +++ b/plugins/modules/bind_general.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/bind.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/bind.html' def run_module(): diff --git a/plugins/modules/bind_record.py b/plugins/modules/bind_record.py index 1912c9de..cef7590d 100644 --- a/plugins/modules/bind_record.py +++ b/plugins/modules/bind_record.py @@ -22,8 +22,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/bind.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/bind.html' def run_module(): diff --git a/plugins/modules/bind_record_multi.py b/plugins/modules/bind_record_multi.py index 20e9152a..e926d26d 100644 --- a/plugins/modules/bind_record_multi.py +++ b/plugins/modules/bind_record_multi.py @@ -24,8 +24,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/bind.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/bind.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/bind.html' def run_module(): diff --git a/plugins/modules/cron.py b/plugins/modules/cron.py index e268d7af..1ad43231 100644 --- a/plugins/modules/cron.py +++ b/plugins/modules/cron.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/cron.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/cron.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/cron.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/cron.html' def run_module(): diff --git a/plugins/modules/dhcp_controlagent.py b/plugins/modules/dhcp_controlagent.py index bdad4872..40f5812a 100644 --- a/plugins/modules/dhcp_controlagent.py +++ b/plugins/modules/dhcp_controlagent.py @@ -22,8 +22,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/dhcp.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/dhcp.html' def run_module(): diff --git a/plugins/modules/dhcp_reservation.py b/plugins/modules/dhcp_reservation.py index 01f8e691..188b099b 100644 --- a/plugins/modules/dhcp_reservation.py +++ b/plugins/modules/dhcp_reservation.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcp.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/dhcp.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/dhcp.html' def run_module(): diff --git a/plugins/modules/dhcrelay_destination.py b/plugins/modules/dhcrelay_destination.py index 972eabf7..e569c179 100644 --- a/plugins/modules/dhcrelay_destination.py +++ b/plugins/modules/dhcrelay_destination.py @@ -22,8 +22,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_destination.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_destination.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/dhcrelay_destination.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/dhcrelay_destination.html' def run_module(): diff --git a/plugins/modules/dhcrelay_relay.py b/plugins/modules/dhcrelay_relay.py index 8bb06116..03b04165 100644 --- a/plugins/modules/dhcrelay_relay.py +++ b/plugins/modules/dhcrelay_relay.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_relay.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/dhcrelay_relay.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/dhcrelay_relay.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/dhcrelay_relay.html' def run_module(): diff --git a/plugins/modules/frr_bfd_general.py b/plugins/modules/frr_bfd_general.py index 1eb53a5f..e14332f8 100644 --- a/plugins/modules/frr_bfd_general.py +++ b/plugins/modules/frr_bfd_general.py @@ -21,8 +21,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html#ansibleguy-opnsense-frr-bfd-general' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html#id1' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bfd.html#ansibleguy-opnsense-frr-bfd-general' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bfd.html#id1' def run_module(): diff --git a/plugins/modules/frr_bfd_neighbor.py b/plugins/modules/frr_bfd_neighbor.py index affa73f6..d86a8921 100644 --- a/plugins/modules/frr_bfd_neighbor.py +++ b/plugins/modules/frr_bfd_neighbor.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bfd.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bfd.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bfd.html' def run_module(): diff --git a/plugins/modules/frr_bgp_as_path.py b/plugins/modules/frr_bgp_as_path.py index e2e61bf0..d6fb13c0 100644 --- a/plugins/modules/frr_bgp_as_path.py +++ b/plugins/modules/frr_bgp_as_path.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-as-path' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#id6' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-as-path' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#id6' def run_module(): diff --git a/plugins/modules/frr_bgp_community_list.py b/plugins/modules/frr_bgp_community_list.py index b0d903ab..b679494b 100644 --- a/plugins/modules/frr_bgp_community_list.py +++ b/plugins/modules/frr_bgp_community_list.py @@ -21,9 +21,9 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html # #ansibleguy-opnsense-frr-bgp-community-list' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#id5' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#id5' def run_module(): diff --git a/plugins/modules/frr_bgp_general.py b/plugins/modules/frr_bgp_general.py index 316efd94..b9f3efaa 100644 --- a/plugins/modules/frr_bgp_general.py +++ b/plugins/modules/frr_bgp_general.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-general' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#id1' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-general' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#id1' def run_module(): diff --git a/plugins/modules/frr_bgp_neighbor.py b/plugins/modules/frr_bgp_neighbor.py index 4265e99f..4977b742 100644 --- a/plugins/modules/frr_bgp_neighbor.py +++ b/plugins/modules/frr_bgp_neighbor.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-neighbor' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#id2' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-neighbor' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#id2' def run_module(): diff --git a/plugins/modules/frr_bgp_prefix_list.py b/plugins/modules/frr_bgp_prefix_list.py index 3cc36719..a1f618c6 100644 --- a/plugins/modules/frr_bgp_prefix_list.py +++ b/plugins/modules/frr_bgp_prefix_list.py @@ -21,9 +21,9 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html # #ansibleguy-opnsense-frr-bgp-prefix-list' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#id3' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#id3' def run_module(): diff --git a/plugins/modules/frr_bgp_route_map.py b/plugins/modules/frr_bgp_route_map.py index 66e285c4..e3259d0d 100644 --- a/plugins/modules/frr_bgp_route_map.py +++ b/plugins/modules/frr_bgp_route_map.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-route-map' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html#id4' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#ansibleguy-opnsense-frr-bgp-route-map' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html#id4' def run_module(): diff --git a/plugins/modules/frr_diagnostic.py b/plugins/modules/frr_diagnostic.py index 1e9e124a..5f2c42f1 100644 --- a/plugins/modules/frr_diagnostic.py +++ b/plugins/modules/frr_diagnostic.py @@ -19,8 +19,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_diagnostic.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_diagnostic.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_diagnostic.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_diagnostic.html' def run_module(): diff --git a/plugins/modules/frr_general.py b/plugins/modules/frr_general.py index d7823ba9..aac7c159 100644 --- a/plugins/modules/frr_general.py +++ b/plugins/modules/frr_general.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_general.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_general.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_general.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_general.html' def run_module(): diff --git a/plugins/modules/frr_ospf3_general.py b/plugins/modules/frr_ospf3_general.py index 6fdf7781..48aaa5d0 100644 --- a/plugins/modules/frr_ospf3_general.py +++ b/plugins/modules/frr_ospf3_general.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' def run_module(): diff --git a/plugins/modules/frr_ospf3_interface.py b/plugins/modules/frr_ospf3_interface.py index 56a32bc0..d9041bed 100644 --- a/plugins/modules/frr_ospf3_interface.py +++ b/plugins/modules/frr_ospf3_interface.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' def run_module(): diff --git a/plugins/modules/frr_ospf_general.py b/plugins/modules/frr_ospf_general.py index c414040f..ddcce7a1 100644 --- a/plugins/modules/frr_ospf_general.py +++ b/plugins/modules/frr_ospf_general.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' def run_module(): diff --git a/plugins/modules/frr_ospf_interface.py b/plugins/modules/frr_ospf_interface.py index 07fd0f0d..859dad10 100644 --- a/plugins/modules/frr_ospf_interface.py +++ b/plugins/modules/frr_ospf_interface.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' def run_module(): diff --git a/plugins/modules/frr_ospf_network.py b/plugins/modules/frr_ospf_network.py index bd38ae0e..84fd0441 100644 --- a/plugins/modules/frr_ospf_network.py +++ b/plugins/modules/frr_ospf_network.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_bgp.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_bgp.html' def run_module(): diff --git a/plugins/modules/frr_ospf_prefix_list.py b/plugins/modules/frr_ospf_prefix_list.py index 8c5e2aeb..9b6616f4 100644 --- a/plugins/modules/frr_ospf_prefix_list.py +++ b/plugins/modules/frr_ospf_prefix_list.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' def run_module(): diff --git a/plugins/modules/frr_ospf_route_map.py b/plugins/modules/frr_ospf_route_map.py index 57419229..77b1b558 100644 --- a/plugins/modules/frr_ospf_route_map.py +++ b/plugins/modules/frr_ospf_route_map.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_ospf.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_ospf.html' def run_module(): diff --git a/plugins/modules/frr_rip.py b/plugins/modules/frr_rip.py index 10c637fb..5c9b8a42 100644 --- a/plugins/modules/frr_rip.py +++ b/plugins/modules/frr_rip.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_rip.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/frr_rip.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/frr_rip.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/frr_rip.html' def run_module(): diff --git a/plugins/modules/gateway.py b/plugins/modules/gateway.py index 7619b14c..a0c248cf 100644 --- a/plugins/modules/gateway.py +++ b/plugins/modules/gateway.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/routing.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/routing.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/routing.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/routing.html' def run_module(): diff --git a/plugins/modules/ids_action.py b/plugins/modules/ids_action.py index bc649f5e..a5679f9e 100644 --- a/plugins/modules/ids_action.py +++ b/plugins/modules/ids_action.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' ACTION_MAPPING = { 'get_alert_info': {'a': 'getAlertInfo', 'post': False}, diff --git a/plugins/modules/ids_general.py b/plugins/modules/ids_general.py index 33c346b8..27abeac1 100644 --- a/plugins/modules/ids_general.py +++ b/plugins/modules/ids_general.py @@ -20,8 +20,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' def run_module(): diff --git a/plugins/modules/ids_policy.py b/plugins/modules/ids_policy.py index a377d540..57ad4134 100644 --- a/plugins/modules/ids_policy.py +++ b/plugins/modules/ids_policy.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' def run_module(): diff --git a/plugins/modules/ids_policy_rule.py b/plugins/modules/ids_policy_rule.py index b2ad1fa5..5b832533 100644 --- a/plugins/modules/ids_policy_rule.py +++ b/plugins/modules/ids_policy_rule.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' def run_module(): diff --git a/plugins/modules/ids_rule.py b/plugins/modules/ids_rule.py index 0895335b..bbacd7f2 100644 --- a/plugins/modules/ids_rule.py +++ b/plugins/modules/ids_rule.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' def run_module(): diff --git a/plugins/modules/ids_ruleset.py b/plugins/modules/ids_ruleset.py index 52fd2692..61fd819d 100644 --- a/plugins/modules/ids_ruleset.py +++ b/plugins/modules/ids_ruleset.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' def run_module(): diff --git a/plugins/modules/ids_user_rule.py b/plugins/modules/ids_user_rule.py index cbaf278c..def1ca19 100644 --- a/plugins/modules/ids_user_rule.py +++ b/plugins/modules/ids_user_rule.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ids.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ids.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ids.html' def run_module(): diff --git a/plugins/modules/interface_lagg.py b/plugins/modules/interface_lagg.py index b8b18110..3daa99db 100644 --- a/plugins/modules/interface_lagg.py +++ b/plugins/modules/interface_lagg.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/interface.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/interface.html' def run_module(): diff --git a/plugins/modules/interface_loopback.py b/plugins/modules/interface_loopback.py index 84ea111b..23f4e18c 100644 --- a/plugins/modules/interface_loopback.py +++ b/plugins/modules/interface_loopback.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/interface_loopback.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/interface_loopback.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/interface_loopback.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/interface_loopback.html' def run_module(): diff --git a/plugins/modules/interface_vip.py b/plugins/modules/interface_vip.py index 7df50326..563c3682 100644 --- a/plugins/modules/interface_vip.py +++ b/plugins/modules/interface_vip.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/interface.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/interface.html' def run_module(): diff --git a/plugins/modules/interface_vlan.py b/plugins/modules/interface_vlan.py index 9b2fc2a4..5168e5bb 100644 --- a/plugins/modules/interface_vlan.py +++ b/plugins/modules/interface_vlan.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/interface.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/interface.html' def run_module(): diff --git a/plugins/modules/interface_vxlan.py b/plugins/modules/interface_vxlan.py index b99fc6d3..cb886385 100644 --- a/plugins/modules/interface_vxlan.py +++ b/plugins/modules/interface_vxlan.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/interface.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/interface.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/interface.html' def run_module(): diff --git a/plugins/modules/ipsec_auth_local.py b/plugins/modules/ipsec_auth_local.py index cbfb2f40..e48e6660 100644 --- a/plugins/modules/ipsec_auth_local.py +++ b/plugins/modules/ipsec_auth_local.py @@ -22,8 +22,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_auth_remote.py b/plugins/modules/ipsec_auth_remote.py index 4872c578..9e494f58 100644 --- a/plugins/modules/ipsec_auth_remote.py +++ b/plugins/modules/ipsec_auth_remote.py @@ -22,8 +22,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_cert.py b/plugins/modules/ipsec_cert.py index 194ae895..ca6191ea 100644 --- a/plugins/modules/ipsec_cert.py +++ b/plugins/modules/ipsec_cert.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_child.py b/plugins/modules/ipsec_child.py index b9aace54..7587d7e1 100644 --- a/plugins/modules/ipsec_child.py +++ b/plugins/modules/ipsec_child.py @@ -20,8 +20,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_connection.py b/plugins/modules/ipsec_connection.py index d4860f92..8d629308 100644 --- a/plugins/modules/ipsec_connection.py +++ b/plugins/modules/ipsec_connection.py @@ -20,8 +20,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_pool.py b/plugins/modules/ipsec_pool.py index 86ff7d89..69ef60da 100644 --- a/plugins/modules/ipsec_pool.py +++ b/plugins/modules/ipsec_pool.py @@ -20,8 +20,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_psk.py b/plugins/modules/ipsec_psk.py index 92d5f018..bb3977e3 100644 --- a/plugins/modules/ipsec_psk.py +++ b/plugins/modules/ipsec_psk.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/ipsec_vti.py b/plugins/modules/ipsec_vti.py index f3c24587..403c2d6f 100644 --- a/plugins/modules/ipsec_vti.py +++ b/plugins/modules/ipsec_vti.py @@ -20,8 +20,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/ipsec.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/ipsec.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/ipsec.html' def run_module(): diff --git a/plugins/modules/list.py b/plugins/modules/list.py index b447d41a..696a0437 100644 --- a/plugins/modules/list.py +++ b/plugins/modules/list.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/list.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/list.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/list.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/list.html' TARGETS = [ 'alias', 'rule', 'rule_interface_group', 'route', 'gateway', 'syslog', 'package', 'unbound_host', diff --git a/plugins/modules/monit_alert.py b/plugins/modules/monit_alert.py index 4eba911a..98fc44f1 100644 --- a/plugins/modules/monit_alert.py +++ b/plugins/modules/monit_alert.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/monit.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/monit.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/monit.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/monit.html' def run_module(): diff --git a/plugins/modules/monit_service.py b/plugins/modules/monit_service.py index 7ebce66a..1291584e 100644 --- a/plugins/modules/monit_service.py +++ b/plugins/modules/monit_service.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/monit.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/monit.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/monit.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/monit.html' def run_module(): diff --git a/plugins/modules/monit_test.py b/plugins/modules/monit_test.py index 0437ce5e..cc534c34 100644 --- a/plugins/modules/monit_test.py +++ b/plugins/modules/monit_test.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/monit.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/monit.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/monit.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/monit.html' def run_module(): diff --git a/plugins/modules/nginx_general.py b/plugins/modules/nginx_general.py index d0ac5968..cb604dff 100644 --- a/plugins/modules/nginx_general.py +++ b/plugins/modules/nginx_general.py @@ -21,8 +21,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/nginx.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/nginx.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/nginx.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/nginx.html' def run_module(): diff --git a/plugins/modules/nginx_upstream_server.py b/plugins/modules/nginx_upstream_server.py index d6bab74b..2e4eee92 100644 --- a/plugins/modules/nginx_upstream_server.py +++ b/plugins/modules/nginx_upstream_server.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/nginx.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/nginx.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/nginx.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/nginx.html' def run_module(): diff --git a/plugins/modules/openvpn_client.py b/plugins/modules/openvpn_client.py index e1212a3a..fbcf7c08 100644 --- a/plugins/modules/openvpn_client.py +++ b/plugins/modules/openvpn_client.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/openvpn.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/openvpn.html' def run_module(): module_args = dict( diff --git a/plugins/modules/openvpn_client_override.py b/plugins/modules/openvpn_client_override.py index 7c794a14..2d7115d7 100644 --- a/plugins/modules/openvpn_client_override.py +++ b/plugins/modules/openvpn_client_override.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/openvpn.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/openvpn.html' def run_module(): module_args = dict( diff --git a/plugins/modules/openvpn_server.py b/plugins/modules/openvpn_server.py index efe7f504..32e52d65 100644 --- a/plugins/modules/openvpn_server.py +++ b/plugins/modules/openvpn_server.py @@ -23,8 +23,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/openvpn.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/openvpn.html' def run_module(): diff --git a/plugins/modules/openvpn_static_key.py b/plugins/modules/openvpn_static_key.py index 5c8836b3..82282885 100644 --- a/plugins/modules/openvpn_static_key.py +++ b/plugins/modules/openvpn_static_key.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/openvpn.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/openvpn.html' def run_module(): module_args = dict( diff --git a/plugins/modules/openvpn_status.py b/plugins/modules/openvpn_status.py index c2e73e5a..0903b9b3 100644 --- a/plugins/modules/openvpn_status.py +++ b/plugins/modules/openvpn_status.py @@ -17,8 +17,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/openvpn.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/openvpn.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/openvpn.html' TARGET_MAPPING = { 'sessions': 'searchSessions', diff --git a/plugins/modules/package.py b/plugins/modules/package.py index f531feff..bad79f55 100644 --- a/plugins/modules/package.py +++ b/plugins/modules/package.py @@ -20,8 +20,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/package.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/package.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/package.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/package.html' def run_module(): diff --git a/plugins/modules/reload.py b/plugins/modules/reload.py index 6897cb70..f3977e5f 100644 --- a/plugins/modules/reload.py +++ b/plugins/modules/reload.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/reload.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/reload.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/reload.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/reload.html' def run_module(): diff --git a/plugins/modules/route.py b/plugins/modules/route.py index df92c9db..05e90499 100644 --- a/plugins/modules/route.py +++ b/plugins/modules/route.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/route.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/route.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/route.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/route.html' def run_module(): diff --git a/plugins/modules/rule.py b/plugins/modules/rule.py index f656ad22..0b432cbc 100644 --- a/plugins/modules/rule.py +++ b/plugins/modules/rule.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/rule.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/rule.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/rule.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/rule.html' def run_module(): diff --git a/plugins/modules/rule_interface_group.py b/plugins/modules/rule_interface_group.py index ae5856c5..81211282 100644 --- a/plugins/modules/rule_interface_group.py +++ b/plugins/modules/rule_interface_group.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/rule_interface_group.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/rule_interface_group.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/rule_interface_group.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/rule_interface_group.html' def run_module(): diff --git a/plugins/modules/rule_multi.py b/plugins/modules/rule_multi.py index 5b95be7a..43de5c6c 100644 --- a/plugins/modules/rule_multi.py +++ b/plugins/modules/rule_multi.py @@ -24,8 +24,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/rule_multi.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/rule_multi.html' def run_module(): diff --git a/plugins/modules/rule_purge.py b/plugins/modules/rule_purge.py index c6116a4a..ace5afa3 100644 --- a/plugins/modules/rule_purge.py +++ b/plugins/modules/rule_purge.py @@ -24,8 +24,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/rule_multi.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/rule_multi.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/rule_multi.html' def run_module(): diff --git a/plugins/modules/savepoint.py b/plugins/modules/savepoint.py index 4d08b04f..89425917 100644 --- a/plugins/modules/savepoint.py +++ b/plugins/modules/savepoint.py @@ -18,8 +18,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/savepoint.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/savepoint.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/savepoint.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/savepoint.html' def run_module(): diff --git a/plugins/modules/service.py b/plugins/modules/service.py index 202066bf..1f5f350d 100644 --- a/plugins/modules/service.py +++ b/plugins/modules/service.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/service.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/service.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/service.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/service.html' # c = api-module, m = custom action-mapping, a = limited actions SERVICES = { diff --git a/plugins/modules/shaper_pipe.py b/plugins/modules/shaper_pipe.py index 3f79be5f..f8b398c3 100644 --- a/plugins/modules/shaper_pipe.py +++ b/plugins/modules/shaper_pipe.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/shaper.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/shaper.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/shaper.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/shaper.html' def run_module(): diff --git a/plugins/modules/shaper_queue.py b/plugins/modules/shaper_queue.py index 3b70a34f..e8f2b435 100644 --- a/plugins/modules/shaper_queue.py +++ b/plugins/modules/shaper_queue.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/shaper.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/shaper.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/shaper.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/shaper.html' def run_module(): diff --git a/plugins/modules/shaper_rule.py b/plugins/modules/shaper_rule.py index c14345d1..23b339f4 100644 --- a/plugins/modules/shaper_rule.py +++ b/plugins/modules/shaper_rule.py @@ -23,8 +23,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/shaper.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/shaper.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/shaper.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/shaper.html' def run_module(): diff --git a/plugins/modules/source_nat.py b/plugins/modules/source_nat.py index 26e13969..021ca960 100644 --- a/plugins/modules/source_nat.py +++ b/plugins/modules/source_nat.py @@ -23,8 +23,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/source_nat.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/source_nat.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/source_nat.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/source_nat.html' def run_module(): diff --git a/plugins/modules/syslog.py b/plugins/modules/syslog.py index d6c895f7..4fd9541c 100644 --- a/plugins/modules/syslog.py +++ b/plugins/modules/syslog.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/syslog.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/syslog.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/syslog.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/syslog.html' def run_module(): diff --git a/plugins/modules/system.py b/plugins/modules/system.py index bff615d9..b0f1a9be 100644 --- a/plugins/modules/system.py +++ b/plugins/modules/system.py @@ -20,8 +20,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/package.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/package.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/package.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/package.html' def run_module(): diff --git a/plugins/modules/unbound_acl.py b/plugins/modules/unbound_acl.py index 9f886c24..a2c0b4fb 100644 --- a/plugins/modules/unbound_acl.py +++ b/plugins/modules/unbound_acl.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_acl.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_acl.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_acl.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_acl.html' def run_module(): diff --git a/plugins/modules/unbound_dnsbl.py b/plugins/modules/unbound_dnsbl.py index 4319eeb9..aaef3a5f 100644 --- a/plugins/modules/unbound_dnsbl.py +++ b/plugins/modules/unbound_dnsbl.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_general.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_general.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_general.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_general.html' def run_module(): diff --git a/plugins/modules/unbound_dot.py b/plugins/modules/unbound_dot.py index 9d8dde6b..fff508b2 100644 --- a/plugins/modules/unbound_dot.py +++ b/plugins/modules/unbound_dot.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_dot.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_dot.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_dot.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_dot.html' def run_module(): diff --git a/plugins/modules/unbound_forward.py b/plugins/modules/unbound_forward.py index 7e3c0409..2dffb1ec 100644 --- a/plugins/modules/unbound_forward.py +++ b/plugins/modules/unbound_forward.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_forwarding.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_forwarding.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_forwarding.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_forwarding.html' def run_module(): diff --git a/plugins/modules/unbound_general.py b/plugins/modules/unbound_general.py index 0d054011..c5c1dc7a 100644 --- a/plugins/modules/unbound_general.py +++ b/plugins/modules/unbound_general.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_general.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_general.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_general.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_general.html' def run_module(): diff --git a/plugins/modules/unbound_host.py b/plugins/modules/unbound_host.py index d67b78d4..4d7353c4 100644 --- a/plugins/modules/unbound_host.py +++ b/plugins/modules/unbound_host.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_host.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_host.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_host.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_host.html' def run_module(): diff --git a/plugins/modules/unbound_host_alias.py b/plugins/modules/unbound_host_alias.py index 9d537315..3f55acd4 100644 --- a/plugins/modules/unbound_host_alias.py +++ b/plugins/modules/unbound_host_alias.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_host_alias.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/unbound_host_alias.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/unbound_host_alias.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/unbound_host_alias.html' def run_module(): diff --git a/plugins/modules/webproxy_acl.py b/plugins/modules/webproxy_acl.py index 14a18870..acd6d26c 100644 --- a/plugins/modules/webproxy_acl.py +++ b/plugins/modules/webproxy_acl.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_auth.py b/plugins/modules/webproxy_auth.py index fa800405..ac22bce6 100644 --- a/plugins/modules/webproxy_auth.py +++ b/plugins/modules/webproxy_auth.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_cache.py b/plugins/modules/webproxy_cache.py index e59734da..2daa44eb 100644 --- a/plugins/modules/webproxy_cache.py +++ b/plugins/modules/webproxy_cache.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' BLANK_VALUES = { 'memory_cache_mode': 'default', diff --git a/plugins/modules/webproxy_forward.py b/plugins/modules/webproxy_forward.py index 4584b49f..26813b9f 100644 --- a/plugins/modules/webproxy_forward.py +++ b/plugins/modules/webproxy_forward.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_general.py b/plugins/modules/webproxy_general.py index dac9ff8b..fb82b96f 100644 --- a/plugins/modules/webproxy_general.py +++ b/plugins/modules/webproxy_general.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' BLANK_VALUES = { 'errors': 'squid', diff --git a/plugins/modules/webproxy_icap.py b/plugins/modules/webproxy_icap.py index 98634e92..dc35f8c3 100644 --- a/plugins/modules/webproxy_icap.py +++ b/plugins/modules/webproxy_icap.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_pac_match.py b/plugins/modules/webproxy_pac_match.py index 916817fb..c0bdb7c9 100644 --- a/plugins/modules/webproxy_pac_match.py +++ b/plugins/modules/webproxy_pac_match.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' MONTH_MAPPING = { 1: 'JAN', diff --git a/plugins/modules/webproxy_pac_proxy.py b/plugins/modules/webproxy_pac_proxy.py index 8190f389..e2d5ad1d 100644 --- a/plugins/modules/webproxy_pac_proxy.py +++ b/plugins/modules/webproxy_pac_proxy.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_pac_rule.py b/plugins/modules/webproxy_pac_rule.py index 6302f9a1..d179794e 100644 --- a/plugins/modules/webproxy_pac_rule.py +++ b/plugins/modules/webproxy_pac_rule.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_parent.py b/plugins/modules/webproxy_parent.py index 4f8bbb60..fa15c202 100644 --- a/plugins/modules/webproxy_parent.py +++ b/plugins/modules/webproxy_parent.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_remote_acl.py b/plugins/modules/webproxy_remote_acl.py index 8a9a9ce1..83544176 100644 --- a/plugins/modules/webproxy_remote_acl.py +++ b/plugins/modules/webproxy_remote_acl.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/webproxy_traffic.py b/plugins/modules/webproxy_traffic.py index 54432251..d5b33cd0 100644 --- a/plugins/modules/webproxy_traffic.py +++ b/plugins/modules/webproxy_traffic.py @@ -19,8 +19,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/webproxy.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/webproxy.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/webproxy.html' def run_module(): diff --git a/plugins/modules/wireguard_general.py b/plugins/modules/wireguard_general.py index f28018f5..09ee319f 100644 --- a/plugins/modules/wireguard_general.py +++ b/plugins/modules/wireguard_general.py @@ -21,8 +21,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/wireguard.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/wireguard.html' def run_module(): diff --git a/plugins/modules/wireguard_peer.py b/plugins/modules/wireguard_peer.py index 1af0b0ad..5fd166f2 100644 --- a/plugins/modules/wireguard_peer.py +++ b/plugins/modules/wireguard_peer.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/wireguard.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/wireguard.html' def run_module(): diff --git a/plugins/modules/wireguard_server.py b/plugins/modules/wireguard_server.py index 51d91133..ae0e295e 100644 --- a/plugins/modules/wireguard_server.py +++ b/plugins/modules/wireguard_server.py @@ -21,8 +21,8 @@ module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/wireguard.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/wireguard.html' def run_module(): diff --git a/plugins/modules/wireguard_show.py b/plugins/modules/wireguard_show.py index 3191778f..111a5961 100644 --- a/plugins/modules/wireguard_show.py +++ b/plugins/modules/wireguard_show.py @@ -19,8 +19,8 @@ except MODULE_EXCEPTIONS: module_dependency_error() -# DOCUMENTATION = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' -# EXAMPLES = 'https://opnsense.ansibleguy.net/en/latest/modules/wireguard.html' +# DOCUMENTATION = 'https://opnsense.ansibleguy.net/modules/wireguard.html' +# EXAMPLES = 'https://opnsense.ansibleguy.net/modules/wireguard.html' def run_module(): From 75fa4ad5fc17087a2e45fe4c71c7a3a25e8fcf58 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Wed, 11 Dec 2024 19:02:33 +0100 Subject: [PATCH 2/2] update docs links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e40cb51..8dded4b6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ See: [Docs](https://opnsense.ansibleguy.net) [![Docs Uptime](https://status.oxl.at/api/v1/endpoints/4--ansibleguy_ansible-collection---opnsense-documentation/uptimes/7d/badge.svg)](https://status.oxl.at/endpoints/4--ansibleguy_ansible-collection---opnsense-documentation) +[Alternative Link](https://opnsense-ansible.readthedocs.io/) + If you DO NOT want to use Ansible - [this fork](https://github.com/O-X-L/opnsense-api-client) provides you with a raw Python3 interface. ----