Open iamsilvio opened 1 year ago
The Cloudflare API supports CAA records which is not yet supported by the module
Feature Idea
community.general.cloudflare_dns
- name: Configure CAA DNS {{ uri }} community.general.cloudflare_dns: api_token: "{{ cloudflare_api_token}}" zone: "{{ uri }}" record: "{{ uri }}" type: CAA value: letsencrypt.org caa_tag: issue
Files identified in the description:
plugins/modules/cloudflare_dns.py
If these files are incorrect, please update the component name section of the description or use the !component bot command.
component name
!component
click here for bot help
cc @mgruener click here for bot help
Summary
The Cloudflare API supports CAA records which is not yet supported by the module
Issue Type
Feature Idea
Component Name
community.general.cloudflare_dns
Additional Information
Code of Conduct