From 16d41bf3f86c89bef46846ec94290ba67120e71f Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Sep 2023 19:43:58 +0300 Subject: [PATCH] Add credentials for ovh --- tasks/configure_ovh.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/configure_ovh.yml b/tasks/configure_ovh.yml index b64becc..cb79dd0 100644 --- a/tasks/configure_ovh.yml +++ b/tasks/configure_ovh.yml @@ -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"