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/tls/templates | |
| parent | 2a15e073bceaaf0765343dd57931c85cada6f89c (diff) | |
ovh-ify dyndns
Diffstat (limited to 'roles/tls/templates')
| -rw-r--r-- | roles/tls/templates/ovh-dns-credentials.ini | 4 |
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 }} |
