Files
ansible_uni_deploy/roles/nginx-proxy/tasks/install_certbot.yml

8 lines
143 B
YAML

---
- name: Install Certbot and Nginx plugin
ansible.builtin.apt:
name:
- certbot
- python3-certbot-nginx
state: present