-
The script `dnsapi/dns_gandi_livedns.sh` shouldn't save GANDI_LIVEDNS_TOKEN nor GANDI_LIVEDNS_KEY into the account configuration file.
Because afterward any new value for the related variable will …
-
I'm trying to add a new `A` record to my Gandi LiveDNS with this provider.
```
resource "gandi_livedns_record" "agency" {
name = "agency"
ttl = 300
type = "A"
values = [aws_instance.ag…
-
Currently, when referencing a record into another CNAME, I need to write something like this in the `values` argument:
```
resource "gandi_livedns_record" "my-website-fr-CNAME" {
zone = gandi…
-
Hi,
how can i share a dns configuration for Gandi LiveDNS for you to review it and correct it ?
-
It seems that the script does not support multiple domains like this:
```
certbot certonly \
--manual-public-ip-logging-ok \
--manual \
--manual-auth-hook /opt/le-scripts/gandi-livedns/auth…
-
root@www:/etc/letsencrypt# certbot certonly --authenticator dns-gandi --dns-gandi-credentials /etc/letsencrypt/gandi.ini -d mydomain.tld
usage:
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMA…
-
https://www.gandi.net/news/en/2015-12-29/6536-livedns_beta_first_glimpse_into_our_new_dns_platform/
-
### What happened?
When trying to create an `OrganizationProject`, the API call fails with `410` even if my organization and my PAT have the correct permissions.
With the following code (some th…
-
### Summary
I'm asking to implement into [gandi_livedns](https://github.com/ansible-collections/community.general/blob/main/plugins/modules/gandi_livedns.py) plugin an option to call "[Delete all rec…
-
Creating a TXT record works but attempting to plan immediately afterwards indicates that changes are required.
This appears to be due to quote-handling.
Example output after having already creat…