summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/dns/docs/docsite
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/dns/docs/docsite')
-rw-r--r--ansible_collections/community/dns/docs/docsite/config.yml7
-rw-r--r--ansible_collections/community/dns/docs/docsite/rst/filter_guide.rst5
2 files changed, 12 insertions, 0 deletions
diff --git a/ansible_collections/community/dns/docs/docsite/config.yml b/ansible_collections/community/dns/docs/docsite/config.yml
new file mode 100644
index 000000000..1d6cf8554
--- /dev/null
+++ b/ansible_collections/community/dns/docs/docsite/config.yml
@@ -0,0 +1,7 @@
+---
+# Copyright (c) Ansible Project
+# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+changelog:
+ write_changelog: true
diff --git a/ansible_collections/community/dns/docs/docsite/rst/filter_guide.rst b/ansible_collections/community/dns/docs/docsite/rst/filter_guide.rst
index aee397f8a..5643b2b4e 100644
--- a/ansible_collections/community/dns/docs/docsite/rst/filter_guide.rst
+++ b/ansible_collections/community/dns/docs/docsite/rst/filter_guide.rst
@@ -23,6 +23,11 @@ These filters allow to work with `public suffixes <https://en.wikipedia.org/wiki
The label directly before the public suffix together with the suffix is called the *registrable domain name* or *registered domain name*, since these are usually the names that people can register. Examples for registrable domain names are ``example.com`` and ``example.co.uk``, while ``www.example.com`` is not a registrable domain name. A public suffix itself is also not a registrable domain name, as for example ``github.io``.
+The collection also contains filters for working with TXT records:
+
+- :ansplugin:`community.dns.quote_txt#filter`: quote a string for use as a TXT record;
+- :ansplugin:`community.dns.unquote_txt#filter`: extract the value from a (quoted) TXT record.
+
Working with public suffixes
----------------------------