diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index c908c27..9e8b176 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 fe01136..8054ac7 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 1ca8a2f..32af49c 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 b4c60af..0e40cb5 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 772a72a..7b4aafe 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 5f83da2..7e90f6a 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 45a5074..784b4a2 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 0a54570..969ea9d 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 803d8b7..5365a4f 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 c9d175e..819fc0c 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 4b50754..6738195 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 ffb0237..5498b6c 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 5db7276..a884b23 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 a169619..909ce4d 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 a61e0d7..ef522db 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 1fd494e..a18a90e 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 a786555..0afd7e5 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 1e6f3fd..dc9ba7a 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 1c672da..e1a0da6 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 082b8f2..9e91ba7 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 8767b54..ecd5e4b 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 ec452ba..7b7b05c 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 0d8ce9a..07dfbbf 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 442ea7c..55e3e3f 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 1912c9d..cef7590 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 20e9152..e926d26 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 e268d7a..1ad4323 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 bdad487..40f5812 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 01f8e69..188b099 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 972eabf..e569c17 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 8bb0611..03b0416 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 1eb53a5..e14332f 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 affa73f..d86a892 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 e2e61bf..d6fb13c 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 b0d903a..b679494 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 316efd9..b9f3efa 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 4265e99..4977b74 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 3cc3671..a1f618c 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 66e285c..e3259d0 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 1e9e124..5f2c42f 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 d7823ba..aac7c15 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 6fdf778..48aaa5d 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 56a32bc..d9041be 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 c414040..ddcce7a 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 07fd0f0..859dad1 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 bd38ae0..84fd044 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 8c5e2ae..9b6616f 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 5741922..77b1b55 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 10c637f..5c9b8a4 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 7619b14..a0c248c 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 bc649f5..a5679f9 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 33c346b..27abeac 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 a377d54..57ad413 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 b2ad1fa..5b83253 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 0895335..bbacd7f 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 52fd269..61fd819 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 cbaf278..def1ca1 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 b8b1811..3daa99d 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 84ea111..23f4e18 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 7df5032..563c368 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 9b2fc2a..5168e5b 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 b99fc6d..cb88638 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 cbfb2f4..e48e666 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 4872c57..9e494f5 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 194ae89..ca6191e 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 b9aace5..7587d7e 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 d4860f9..8d62930 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 86ff7d8..69ef60d 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 92d5f01..bb3977e 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 f3c2458..403c2d6 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 b447d41..696a043 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 4eba911..98fc44f 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 7ebce66..1291584 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 0437ce5..cc534c3 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 d0ac596..cb604df 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 d6bab74..2e4eee9 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 e1212a3..fbcf7c0 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 7c794a1..2d7115d 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 efe7f50..32e52d6 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 5c8836b..8228288 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 c2e73e5..0903b9b 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 f531fef..bad79f5 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 6897cb7..f3977e5 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 df92c9d..05e9049 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 f656ad2..0b432cb 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 ae5856c..8121128 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 5b95be7..43de5c6 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 c6116a4..ace5afa 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 4d08b04..8942591 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 202066b..1f5f350 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 3f79be5..f8b398c 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 3b70a34..e8f2b43 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 c14345d..23b339f 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 26e1396..021ca96 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 d6c895f..4fd9541 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 bff615d..b0f1a9b 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 9f886c2..a2c0b4f 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 4319eeb..aaef3a5 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 9d8dde6..fff508b 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 7e3c040..2dffb1e 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 0d05401..c5c1dc7 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 d67b78d..4d7353c 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 9d53731..3f55acd 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 14a1887..acd6d26 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 fa80040..ac22bce 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 e59734d..2daa44e 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 4584b49..26813b9 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 dac9ff8..fb82b96 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 98634e9..dc35f8c 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 916817f..c0bdb7c 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 8190f38..e2d5ad1 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 6302f9a..d179794 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 4f8bbb6..fa15c20 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 8a9a9ce..8354417 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 5443225..d5b33cd 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 f28018f..09ee319 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 1af0b0a..5fd166f 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 51d9113..ae0e295 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 3191778..111a596 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():