Move secrets into .env into ansible-vault

This commit is contained in:
Tobias Reisinger 2024-10-27 16:51:01 +01:00
parent 67222f6415
commit 0bbfe1acec
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 53 additions and 51 deletions

View file

@ -4,9 +4,9 @@
},
"ovh": {
"TYPE": "OVH",
"app-key": "$OVH_APP_KEY",
"app-secret-key": "$OVH_APP_SECRET_KEY",
"consumer-key": "$OVH_CONSUMER_KEY",
"app-key": "$DNSCONTROL_ovh_app_key",
"app-secret-key": "$DNSCONTROL_ovh_app_secret_key",
"consumer-key": "$DNSCONTROL_ovh_consumer_key",
"endpoint": "eu"
}
}