Add credentials for ovh

This commit is contained in:
Antonio J. Delgado 2023-09-18 19:43:58 +03:00
parent 5498fb73cd
commit 16d41bf3f8

View file

@ -11,6 +11,10 @@
- name: Add DKIM key record for domain
synthesio.ovh.domain:
endpoint: "{{ ovh_endpoint }}"
application_key: "{{ ovh_application_key }}"
application_secret: "{{ ovh_application_secret }}"
consumer_key: "{{ ovh_consumer_key }}"
domain: "{{ item['item'] }}"
value: "{{ item['content'] | b64decode | regex_replace('^.*\"(.*)\"$', '\\1') }}"
record_type: "DKIM"