Add credentials for ovh
This commit is contained in:
parent
5498fb73cd
commit
16d41bf3f8
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue