Add role certbot

This commit is contained in:
flyingscorpio@clevo 2022-03-12 19:42:26 +01:00
parent 97c91fb3c0
commit 50f4558e42
3 changed files with 9 additions and 0 deletions

View file

@ -1,2 +1,3 @@
dependencies:
- role: apache-install
- role: certbot

View file

@ -1,2 +1,3 @@
dependencies:
- role: apache-install
- role: certbot

View file

@ -0,0 +1,7 @@
---
- name: Install certbot
become: true
apt:
name: certbot
state: present
update_cache: yes