Matej Focko
8454780c92
- Introduce 2 global variables with API keys - Remove redundant role that only installs one config file used by another role - Use the said global variables within DDNS and Certbot roles - Create the config file in the role that uses it (Certbot) Signed-off-by: Matej Focko <me@mfocko.xyz>
6 lines
167 B
YAML
6 lines
167 B
YAML
---
|
|
# Domain for which the DDNS manages DDNS entries
|
|
ddns_domain: None
|
|
|
|
# List of all subdomains on the said domain for which the IP should be set
|
|
ddns_subdomains: []
|