This commit is contained in:
lulzette 2021-03-04 18:58:53 +03:00
parent 3881cfc63c
commit bdde411f9e
4 changed files with 24 additions and 2 deletions

View File

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

View File

@ -9,3 +9,6 @@
- name: install Mediawiki
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

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