Compare commits

..

2 Commits

Author SHA1 Message Date
bdde411f9e root 2021-03-04 18:58:53 +03:00
3881cfc63c check 2021-03-04 18:56:07 +03:00
4 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,14 @@
<html>
<head>
<title>
Hello
</title>
</head>
<body>
<center>
<h1>
test page
</h1>
</center>
</body>
</html>

View File

@ -8,4 +8,7 @@
include_tasks: pma.yml
- name: install Mediawiki
include_tasks: wiki.yml
include_tasks: wiki.yml
- name: install root
include_tasks: root.yml

View File

@ -0,0 +1,5 @@
---
- name: copy html file
copy:
src: files/index.html
dest: /var/www/root/

View File

@ -15,9 +15,9 @@ Web:
- [x] Для mediawiki и nextcloud свои php-fpm pool'ы
- [ ] Установить nextcloud
- [ ] Установить mediawiki
- [x] Установить mediawiki
- [x] Установить phpmyadmin
- [ ] Разместить файлы about (root) сайта
- [x] Разместить файлы about (root) сайта
Дополнительно
- [ ] Почтовый сервер на отправку писем локально