created major large-scale changes
This commit is contained in:
10
vars/certbot_settings@homeserver.yml
Normal file
10
vars/certbot_settings@homeserver.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
certbot:
|
||||
mode: "{{ mode | default('prod') }}"
|
||||
containerized: true
|
||||
auth_method: webroot
|
||||
port: ~
|
||||
email: ajt95@prole.biz
|
||||
domains:
|
||||
- "{{ inventory_hostname }}"
|
||||
- "*.{{ inventory_hostname }}"
|
||||
cron: "2 6 24 1 *"
|
||||
Reference in New Issue
Block a user