ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
836 stars 1.53k forks source link

Cloudflare DNS CAA record capabilities #5910

Open iamsilvio opened 1 year ago

iamsilvio commented 1 year ago

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

- 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

Code of Conduct

ansibullbot commented 1 year ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 1 year ago

cc @mgruener click here for bot help