2017-10-04 12:42:31 +02:00
|
|
|
#---
|
2017-04-26 17:39:24 +02:00
|
|
|
|
2017-10-04 12:42:31 +02:00
|
|
|
#- name: remove previous installer (if any)
|
|
|
|
# file:
|
|
|
|
# path: /home/gcube/algorithmInstaller
|
|
|
|
# state: absent
|
2017-04-26 17:39:24 +02:00
|
|
|
|
|
|
|
#- name: remove previous installer.zip (if any)
|
|
|
|
# file:
|
|
|
|
# path: /home/dpm/algorithmInstaller.zip
|
|
|
|
# state: absent
|
|
|
|
|
|
|
|
#- name: download the installer zip
|
|
|
|
# get_url:
|
|
|
|
# url: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller.zip
|
|
|
|
# dest: /home/dpm/algorithmInstaller.zip
|
|
|
|
# validate_certs: no
|
|
|
|
|
2017-10-04 12:42:31 +02:00
|
|
|
#- name: download and unzip the package
|
|
|
|
# unarchive:
|
|
|
|
# src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller1_1.zip
|
|
|
|
## src: http:***REMOVED***maven.research-infrastructures.eu:8081/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.dataanalysis&a=dataminer-algorithms-importer&v=1.1.1-SNAPSHOT&e=tar.gz
|
|
|
|
# dest: /home/gcube
|
|
|
|
# remote_src: yes
|
|
|
|
# validate_certs: no
|
2017-04-26 17:39:24 +02:00
|
|
|
|
2017-10-04 12:42:31 +02:00
|
|
|
#- name: change flags
|
|
|
|
# file:
|
|
|
|
# path: /home/gcube/algorithmInstaller
|
|
|
|
# mode: 0777
|
|
|
|
# state: directory
|
|
|
|
# recurse: yes
|