some targets in readme+installation scripts

This commit is contained in:
lulzette
2021-02-25 16:29:14 +03:00
parent 08ae0e35cb
commit ac8e89d0dc
5 changed files with 25 additions and 1 deletions

View File

@@ -3,3 +3,11 @@
apt:
name: nginx
state: present
- name: Install certbot package
apt:
name: '{{ item }}'
state: present
with_items:
- certbot
- python3-certbot-nginx