From 5ecf8a221287051eaaea6a7f6ebe523365c6b824 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 14 Jun 2019 18:49:59 +0200 Subject: [PATCH] Use variable for letsencrypt contact email --- inventory.example | 4 ++-- templates/traefik.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory.example b/inventory.example index 81585d5..c4108da 100644 --- a/inventory.example +++ b/inventory.example @@ -1,8 +1,8 @@ [peertube] # define the username and hostname that you use for ssh connection, and specify the domain -myuser@example.com domain=example.com cache_size_gb=15 +myuser@example.com domain=example.com cache_size_gb=15 letsencrypt_contact_email=your@email.com # you can also use a host that is defined in your ssh config -myserver domain=example.com cache_size_gb=15 +myserver domain=example.com cache_size_gb=15 letsencrypt_contact_email=your@email.com [all:vars] ansible_connection=ssh diff --git a/templates/traefik.toml b/templates/traefik.toml index 532169c..bacba12 100644 --- a/templates/traefik.toml +++ b/templates/traefik.toml @@ -34,7 +34,7 @@ defaultEntryPoints = ["http", "https"] # # Required # -email = "me@nutomic.com" +email = "{{ letsencrypt_contact_email }}" # File or key used for certificates storage. #