1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/defaults/main.yml

20 lines
448 B
YAML
Raw Normal View History

2019-07-27 17:11:01 +02:00
---
acme_notification_email: 'root@example.org'
2021-03-20 17:59:44 +01:00
2021-08-11 23:17:29 +02:00
# services that need reload or restart
acme_reload_services: []
acme_restart_services: []
2021-09-30 22:07:35 +02:00
acme_domain_want_list: []
# - name: 'example.com'
# - name: 'www.example.com'
acme_domain_unwant_list: []
# - name: 'old.example.com'
2021-09-30 02:30:42 +02:00
# configure acmetool systemd service
acme_systemd_start_after: 'apache2.service nginx.service'
2021-03-20 17:59:44 +01:00
# should we do a version check? (recomended)
submodules_versioncheck: false