Add mastodon service
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
|
||||
- name: install Certbot Nginx plugin
|
||||
apt:
|
||||
name: python3-certbot-nginx
|
||||
when: installCertbot == True
|
||||
name:
|
||||
- certbot
|
||||
- python3-certbot-nginx
|
||||
when: installCertbot == true
|
||||
|
||||
- name: Allow http and https connexions
|
||||
ufw:
|
||||
|
||||
Reference in New Issue
Block a user