Add web/certbot
This commit is contained in:
7
web/certbot/tasks/main.yml
Normal file
7
web/certbot/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
# Install Certbot
|
||||||
|
- name: Installing Certbot
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
state: present
|
||||||
|
name: certbot
|
||||||
Reference in New Issue
Block a user