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

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

View File

@@ -0,0 +1,13 @@
---
- name: Install php-fpm package and deps
apt:
name: "{{ item }}"
state: present
with_items:
- php-fpm
- php-imagick
- php-memcached
- php-zip
- php-mysql
- php-gd
- php-mbstring