summaryrefslogtreecommitdiff
path: root/roles/domain-zone-management/templates/ovh.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/domain-zone-management/templates/ovh.conf')
-rw-r--r--roles/domain-zone-management/templates/ovh.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/domain-zone-management/templates/ovh.conf b/roles/domain-zone-management/templates/ovh.conf
new file mode 100644
index 0000000..a2c3739
--- /dev/null
+++ b/roles/domain-zone-management/templates/ovh.conf
@@ -0,0 +1,7 @@
+[default]
+endpoint={{ ovhcloud_endpoint }}
+
+[ovh-eu]
+application_key={{ ovhcloud_application_key }}
+application_secret={{ ovhcloud_application_secret }}
+consumer_key={{ ovhcloud_consumer_key }}