Commit Graph

13 Commits (2be52280fc1d3225c0874d4c6963d758078ce79f)

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
8 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).
8 years ago
Donovan Jones fd235289dd Update comment for ttl parameter to indicate 2-119 seconds is invalid (#2546) 8 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.
9 years ago
Michael Gruener 46cebbb83d cloudflare_dns: Cosmetic cleanup 9 years ago
Michael Gruener 9db7e2a455 cloudflare_dns: normalize return value and docs 9 years ago
Michael Gruener 82989ce473 cloudflare_dns: Cleanup record update handling 9 years ago
Michael Gruener 71961134be cloudflare_dns: Allow CNAME content updates 9 years ago
Michael Gruener 396d44c4b3 cloudflare_dns: Fix solo SRV record creation 9 years ago
Michael Gruener 7477fe5141 cloudflare_dns: Fix SRV record idempotency 9 years ago
Michael Gruener 879410a94e cloudflare_dns: Fix wrong variable name 9 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
9 years ago
Michael Gruener 8b63aea89b Module to manage Cloudflare DNS records 9 years ago