mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-03-14 21:44:03 +01:00
14 lines
314 B
Text
14 lines
314 B
Text
|
dns ovh {
|
||
|
endpoint ovh-eu
|
||
|
application_key {{ ovh_app_key }}
|
||
|
application_secret {{ ovh_app_secret }}
|
||
|
consumer_key {{ ovh_consumer_key }}
|
||
|
}
|
||
|
|
||
|
acme_dns ovh {
|
||
|
endpoint ovh-eu
|
||
|
application_key {{ ovh_app_key }}
|
||
|
application_secret {{ ovh_app_secret }}
|
||
|
consumer_key {{ ovh_consumer_key }}
|
||
|
}
|