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

@@ -7,3 +7,7 @@
community.general.ufw:
rule: allow
name: Nginx Full
- name: Start nginx
ansible.builtin.service:
name: nginx
state: started