root
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user