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

@@ -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/