diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-28 15:23:36 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-28 15:23:36 +0100 |
| commit | 4931117343a3105749b4a3698dd24c824a505441 (patch) | |
| tree | fd4c10ac16fc37e694bea8fced8eb5aea55cc966 /roles/domain-zone-management/templates/ovh.conf | |
| parent | 2a15e073bceaaf0765343dd57931c85cada6f89c (diff) | |
ovh-ify dyndns
Diffstat (limited to 'roles/domain-zone-management/templates/ovh.conf')
| -rw-r--r-- | roles/domain-zone-management/templates/ovh.conf | 7 |
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 }} |
