add certbot, nginx-host tasks

This commit is contained in:
2023-09-10 22:58:50 +02:00
parent 36a3f30c3d
commit d5c1dfe04c
10 changed files with 158 additions and 0 deletions

View 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