1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/lookup
Matt 'Archer' Vaughn 23e7ef0255
Add option for retry_servfail (#3247)
* Add option for retry_servfail

cf. https://dnspython.readthedocs.io/en/latest/resolver-class.html#dns.resolver.Resolver.retry_servfail

Setting this option to `True` allows for the possibility of the lookup plugin to retry and thereby recover from potentially transient lookup failures, which would otherwise cause the task or play to bail with an unrecoverable exception.

* Create 3247-retry_servfail-for-dig

* documentation for `retry_servfail` option

* Rename 3247-retry_servfail-for-dig to 3247-retry_servfail-for-dig.yaml

* fix whitespace

* Update plugins/lookup/dig.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Update plugins/lookup/dig.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* rm try/except block

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2021-08-21 21:57:28 +02:00
..
cartesian.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
chef_databag.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
consul_kv.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
credstash.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
cyberarkpassword.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
dependent.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
dig.py Add option for retry_servfail (#3247) 2021-08-21 21:57:28 +02:00
dnstxt.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
dsv.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
etcd.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
etcd3.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
filetree.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
flattened.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
hiera.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
keyring.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
lastpass.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
lmdb_kv.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
manifold.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
nios.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
nios_next_ip.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
nios_next_network.py mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
onepassword.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
onepassword_raw.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
passwordstore.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
random_pet.py random_pet: Random pet name generator (#2479) 2021-05-14 10:55:27 +02:00
random_string.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
redis.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
shelvefile.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
tss.py Add option for domain authorization (#3228) 2021-08-20 13:54:29 +02:00