✨: automate acme.sh certificate issue
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m20s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m20s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
web_hostname:
|
||||
- host: libertus.eu
|
||||
acme_reload_cmd: "systemctl restart prosody.service"
|
||||
- host: upload.libertus.eu
|
||||
- host: xmpp.libertus.eu
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
web_hostname:
|
||||
- host: mail-relay.mateu.be
|
||||
acme_reload_cmd: "systemctl restart postfix.service"
|
||||
|
||||
allowed_smtp_ips: "{{ [global_public_ip_address] + ['80.67.179.200'] }}"
|
||||
|
||||
|
@@ -1,4 +1,6 @@
|
||||
---
|
||||
web_hostname:
|
||||
- host: imap.libertus.eu
|
||||
acme_reload_cmd: "systemctl restart dovecot.service"
|
||||
- host: smtp.libertus.eu
|
||||
acme_reload_cmd: "systemctl restart postfix.service"
|
||||
|
@@ -14,7 +14,9 @@ web_hostname:
|
||||
- host: mail.libertus.eu
|
||||
type: roundcube
|
||||
- host: perso.nintendojo.fr
|
||||
acme_unmanaged: true
|
||||
- host: perso.libertus.eu
|
||||
acme_unmanaged: true
|
||||
- host: r.mateu.be
|
||||
- host: ff.libertus.eu
|
||||
type: firefly3
|
||||
|
@@ -3,10 +3,12 @@ php_modules: ['opcache', 'mysql', 'mbstring', 'gd', 'intl', 'xml', 'bcmath', 'cu
|
||||
|
||||
web_hostname:
|
||||
- host: nintendojo.fr
|
||||
acme_unmanaged: true
|
||||
- host: www.nintendojo.fr
|
||||
- host: forum.nintendojo.fr
|
||||
type: phpbb
|
||||
- host: nintendojofr.com
|
||||
acme_unmanaged: true
|
||||
- host: www.nintendojofr.com
|
||||
type: retrodojo
|
||||
- host: forum.nintendojofr.com
|
||||
|
Reference in New Issue
Block a user