diff options
Diffstat (limited to 'ansible_collections/community/dns/README.md')
-rw-r--r-- | ansible_collections/community/dns/README.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ansible_collections/community/dns/README.md b/ansible_collections/community/dns/README.md index 5796339b4..8a404fa3a 100644 --- a/ansible_collections/community/dns/README.md +++ b/ansible_collections/community/dns/README.md @@ -16,7 +16,7 @@ Please note that this collection does **not** support Windows targets. ## Tested with Ansible -Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported. +Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, and ansible-core 2.16 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported. ## External requirements @@ -47,10 +47,15 @@ If you use the Ansible package and do not update collections independently, use - `hosttech_dns_record_set`: create/update/delete DNS record sets with HostTech DNS. - `hosttech_dns_record_set`: bulk synchronize DNS record sets in Hosttech DNS service. - `hosttech_dns_zone_info`: retrieve zone information from HostTech DNS. + - `nameserver_info`: Look up nameservers for a DNS name. + - `nameserver_record_info`: Look up all records of a type from all nameservers for a DNS name. - `wait_for_txt`: wait for TXT records to propagate to all name servers. +- Lookup plugins: + - `lookup`: look up DNS records and return them as a list of strings. + - `lookup_as_dict`: look up DNS records and return them as a list of dictionaries. - Inventory plugins: - - `hetzner_dns_records`: create inventory from Hetzner DNS records - - `hosttech_dns_records`: create inventory from HostTech DNS records + - `hetzner_dns_records`: create inventory from Hetzner DNS records. + - `hosttech_dns_records`: create inventory from HostTech DNS records. - Filters: - `get_public_suffix`: given a domain name, returns the public suffix. For example, `"www.ansible.com" | community.dns.get_public_suffix == ".com"` and `"some.random.prefixes.ansible.co.uk" | community.dns.get_public_suffix == ".co.uk"`. - `get_registrable_domain`: given a domain name, returns the *registrable domain name* (also called *registered domain name*). For example, `"www.ansible.com" | community.dns.get_registrable_domain == "ansible.com"` and `"some.random.prefixes.ansible.co.uk" | community.dns.get_registrable_domain == "ansible.co.uk"`. @@ -82,7 +87,7 @@ You can find more information in the [developer guide for collections](https://d ## Release notes -See the [changelog](https://github.com/ansible-collections/community.dns/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/ansible-collections/community.dns/tree/main/CHANGELOG.md). ## Releasing, Versioning and Deprecation |