Skip to content

Commit

Permalink
information to unbound responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 9, 2023
1 parent c989b1a commit 59ea841
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Docs](https://readthedocs.org/projects/opnsense_ansible/badge/?version=latest&style=flat)](https://opnsense.ansibleguy.net)
[![Ansible Galaxy](https://badges.ansibleguy.net/galaxy.badge.svg)](https://galaxy.ansible.com/ui/repo/published/ansibleguy/opnsense)

[Functional Test Logs (if failed)](https://badges.ansibleguy.net/log/collection_opnsense_test.log)
Functional Test Logs: [Short](https://badges.ansibleguy.net/log/collection_opnsense_test_short.log), [Full](https://badges.ansibleguy.net/log/collection_opnsense_test.log)

----

Expand Down
6 changes: 6 additions & 0 deletions docs/source/modules/unbound_acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ This module manages the ACL settings that can be found in the WEB-UI menu: 'Serv

The configured lists are matched by its unique file-name.

.. warning::

Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!

You may also need to increase the module :code:`timeout`.

Definition
**********

Expand Down
6 changes: 6 additions & 0 deletions docs/source/modules/unbound_domain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ This module manages DNS domain-overrides configuration that can be found in the

Entries like these override an entire domain by specifying an authoritative DNS server to be queried for that domain.

.. warning::

Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!

You may also need to increase the module :code:`timeout`.

Usage
*****

Expand Down
6 changes: 6 additions & 0 deletions docs/source/modules/unbound_dot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ This module manages DNS-over-TLS configuration that can be found in the WEB-UI m

.. include:: ../_include/unbound_mass.rst

.. warning::

Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!

You may also need to increase the module :code:`timeout`.

Examples
********

Expand Down
6 changes: 6 additions & 0 deletions docs/source/modules/unbound_forwarding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ This module manages DNS-Forwardings that can be found in the WEB-UI menu: 'Servi

.. include:: ../_include/unbound_mass.rst

.. warning::

Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!

You may also need to increase the module :code:`timeout`.

Examples
********

Expand Down
8 changes: 8 additions & 0 deletions docs/source/modules/unbound_general.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

This module requires OPNsense 23.7 or later.

## Info

**WARNING:** Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!


You may also need to increase the module `timeout`.


## Definition

For basic parameters see: [Basics](https://github.com/ansibleguy/collection_opnsense/blob/latest/docs/use_basic.md#definition)
Expand Down
6 changes: 6 additions & 0 deletions docs/source/modules/unbound_host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Use these for changing DNS results or for adding custom DNS records.

Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) of a specified host below are being overwritten.

.. warning::

Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!

You may also need to increase the module :code:`timeout`.

Usage
*****

Expand Down
6 changes: 6 additions & 0 deletions docs/source/modules/unbound_host_alias.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Use these for changing DNS results or for adding custom DNS records.

Keep in mind that all resource record types (i.e. A, AAAA, MX, etc. records) of a specified host below are being overwritten.

.. warning::

Unbound service actions like 'reload' can take very long (>90s). Please be aware of the **possible downtime**!

You may also need to increase the module :code:`timeout`.

Usage
*****

Expand Down
1 change: 0 additions & 1 deletion tests/reload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- 'alias'
- 'route'
- 'cron'
- 'unbound'
- 'syslog'
- 'ipsec'
- 'ipsec_legacy'
Expand Down

0 comments on commit 59ea841

Please sign in to comment.