Skip to content
Snippets Groups Projects
Commit 4f45cc31 authored by ludovic Blanchet's avatar ludovic Blanchet Committed by bbenarbia
Browse files

Remove test vitamui page

parent 58dd7caa
No related branches found
No related tags found
No related merge requests found
......@@ -111,32 +111,6 @@
with_fileglob:
- "{{ inventory_dir }}/certs/server/ca/*.crt"
### TEST Browser
- name: copy index resources
copy:
src: "apache/page/{{item}}"
dest: "/var/www/html-{{vitam_site_name}}/"
owner: "root"
mode: 0644
with_items:
- css
- images
- js
notify:
- reload apache
- name: copy index default page
template:
src: "apache/page/index.html.j2"
dest: "/var/www/html-{{vitam_site_name}}/index.html"
owner: "root"
mode: 0644
tags:
- update_package_vitam
notify:
- reload apache
###
- name: copy httpd configuration template
template:
src: "apache/httpd_config"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment