feat: Add nginx-proxy role for nginx and certbot
This commit is contained in:
7
roles/nginx-proxy/tasks/install_certbot.yml
Normal file
7
roles/nginx-proxy/tasks/install_certbot.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install Certbot and Nginx plugin
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- certbot
|
||||
- python3-certbot-nginx
|
||||
state: present
|
||||
Reference in New Issue
Block a user