define acme_config variable
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
acme_enabled: yes
|
||||
acme_account_email: acme@example.com
|
||||
acme_domains:
|
||||
- "{{ umurmur_domain }}"
|
||||
- "{{ mumble_web_domain }}"
|
||||
"{{ umurmur_domain }}":
|
||||
hooks:
|
||||
- systemctl restart umurmur
|
||||
"{{ murmur_domain }}":
|
||||
hooks:
|
||||
- systemctl reload mumble-server
|
||||
"{{ mumble_web_domain }}":
|
||||
hooks:
|
||||
- systemctl reload nginx
|
||||
acme_config:
|
||||
account:
|
||||
private_key: "{{ acme_accounts_dir }}/acme_account.key"
|
||||
email: "{{ acme_account_email }}"
|
||||
directory_url: https://acme-v02.api.letsencrypt.org/directory
|
||||
challenge_dir: /var/www/acme/.well-known/acme-challenge
|
||||
domains: "{{ acme_domains }}"
|
||||
|
||||
mumble_web_enabled: yes
|
||||
mumble_web_domain: "{{ inventory_hostname }}.local"
|
||||
|
||||
Reference in New Issue
Block a user