Commit Graph

13 Commits (bbe7f73f89d2b5a2cc26fa1c08b5a7c76de75ca8)

Author SHA1 Message Date
Robin Schneider 67a1bebbd3 Use addresses and names reserved for documentation (#2894)
Trying to preserve the meaning of the examples.

Related to: https://github.com/ansible/ansible/issues/17479
9 years ago
Adrian Likins 82771ed755 Add a 'requirements:' field to cloudflare_dns doc (#2631)
cloudflare_dns.py makes use of the python
2.6 features (the string .format() method).
9 years ago
Donovan Jones fd235289dd Update comment for ttl parameter to indicate 2-119 seconds is invalid (#2546) 10 years ago
Michael Grüner 4debfcc241 cloudflare_dns: Improve error handling (#2470)
Use the new "body" field of the info dict in case of a HTTPError.
10 years ago
Michael Gruener 46cebbb83d cloudflare_dns: Cosmetic cleanup 10 years ago
Michael Gruener 9db7e2a455 cloudflare_dns: normalize return value and docs 10 years ago
Michael Gruener 82989ce473 cloudflare_dns: Cleanup record update handling 10 years ago
Michael Gruener 71961134be cloudflare_dns: Allow CNAME content updates 10 years ago
Michael Gruener 396d44c4b3 cloudflare_dns: Fix solo SRV record creation 10 years ago
Michael Gruener 7477fe5141 cloudflare_dns: Fix SRV record idempotency 10 years ago
Michael Gruener 879410a94e cloudflare_dns: Fix wrong variable name 10 years ago
Rene Moser 233869abc9 cloudflare_dns: minor code improvments
Tweaked some things on top of the well done PR #1768

- json import
- fix expetion handling
- fix indentation
10 years ago
Michael Gruener 8b63aea89b Module to manage Cloudflare DNS records 10 years ago