summaryrefslogtreecommitdiff
path: root/roles/tls/templates/ovh-dns-credentials.ini
diff options
context:
space:
mode:
Diffstat (limited to 'roles/tls/templates/ovh-dns-credentials.ini')
-rw-r--r--roles/tls/templates/ovh-dns-credentials.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/tls/templates/ovh-dns-credentials.ini b/roles/tls/templates/ovh-dns-credentials.ini
new file mode 100644
index 0000000..d8f9522
--- /dev/null
+++ b/roles/tls/templates/ovh-dns-credentials.ini
@@ -0,0 +1,4 @@
+dns_ovh_endpoint = {{ ovhcloud_endpoint }}
+dns_ovh_application_key = {{ ovhcloud_application_key }}
+dns_ovh_application_secret = {{ ovhcloud_application_secret }}
+dns_ovh_consumer_key = {{ ovhcloud_consumer_key }}