add certbot, nginx-host tasks
This commit is contained in:
12
urubamba/roles/certbot/tasks/main.yml
Normal file
12
urubamba/roles/certbot/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install certbot
|
||||
community.general.snap:
|
||||
name: certbot
|
||||
classic: true
|
||||
- name: Symlink the executable
|
||||
ansible.builtin.file:
|
||||
src: /snap/bin/certbot
|
||||
dest: /usr/bin/certbot
|
||||
owner: root
|
||||
group: root
|
||||
state: link
|
||||
Reference in New Issue
Block a user