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,4 @@
roles:
- nginx
- php
- mysql

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

View File

@ -8,8 +8,10 @@
Web:
- [ ] mediawiki на поддомене wiki.xz777.ru
- [ ] nextcloud на поддомене cloud.xz777.ru
- [ ] phpmyadmin на поддомене pma.xz777.ru
- [ ] Тестовая (about) страница на домене xz777.ru
- [ ] default_server ведет на тестовую страницу
Для mediawiki и nextcloud свои php-fpm pool'ы
Дополнительно