root
This commit is contained in:
parent
3881cfc63c
commit
bdde411f9e
14
1/roles/webapps/files/root/index.html
Normal file
14
1/roles/webapps/files/root/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Hello
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>
|
||||
test page
|
||||
</h1>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
@ -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
|
5
1/roles/webapps/tasks/root.yml
Normal file
5
1/roles/webapps/tasks/root.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: copy html file
|
||||
copy:
|
||||
src: files/index.html
|
||||
dest: /var/www/root/
|
Loading…
Reference in New Issue
Block a user