community.general/lib/ansible/modules/net_tools
Andreas Olsson 9c4e3789d5 Deal with case insensitivy in cloudflare_dns module (#44366)
Cloudflare's DNS API deals with the case insensitivy of DNS names and
IPv6 addresses by forcing them into lower case. To properly be able to
detect changes the Ansible module needs to behave accordingly.

To what extent the API expects sent DNS names to be lower case varies
between record types. Yet, since sending lower case always works, and
since we always get lower case back, it feels cleanest to use lower
case for all DNS names.
2018-08-21 12:32:22 -04:00
..
basics Return variable in get_url is 'status_code', not 'status' (#43366) 2018-08-21 18:16:42 +02:00
exoscale exo_dns_record: remove limitation for multiple records only for A type (#35173) 2018-02-05 22:40:02 +01:00
infinity
ldap ldap_passwd.passwd_set: Use the synchronous API 2018-08-21 11:31:43 -04:00
nios To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag (#43925) 2018-08-16 09:29:48 +00:00
__init__.py
cloudflare_dns.py Deal with case insensitivy in cloudflare_dns module (#44366) 2018-08-21 12:32:22 -04:00
dnsimple.py Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
dnsmadeeasy.py Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
haproxy.py Fix python3 interpreter issue (#34811) (#35176) 2018-03-22 12:59:46 -07:00
ip_netns.py Add network namespace module (#21820) 2018-01-03 15:27:58 -05:00
ipify_facts.py
ipinfoio_facts.py
lldp.py Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
netcup_dns.py Add netcup_dns module (Manage DNS records hosted by netcup) (#44063) 2018-08-16 14:56:54 -07:00
nmcli.py Use dbus.exceptions of non-existent dbus.Exceptions (#43495) 2018-07-31 21:56:44 +05:30
nsupdate.py Fix the nsupdate module's TTL change detection (#42973) 2018-08-15 14:33:00 -04:00
omapi_host.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
snmp_facts.py Fix typo in if statement in snmp_facts module. (#39578) 2018-05-30 02:10:19 +02:00