ajout variable fog

This commit is contained in:
root 2021-01-28 15:14:59 +01:00
parent e0d25e598a
commit 7245538622
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
depl_url: "http://s-adm.gsb.adm/gsbstore/"
depl_fog: "fogproject-1.5.9.tar.gz"

View File

@ -6,10 +6,10 @@
- name: recuperation du fichier d'installation de fog
get_url:
url: http://depl/gsbstore/fogproject-1.5.7.tar.gz
url: "{{ depl_url }}/{{ depl_fog }}"
dest: /root/fog
- name: decompression du fichier d'installation de fog
unarchive:
src: /root/fog/fogproject-1.5.7.tar.gz
src: "/root/fog/{{ depl_fog }}"
dest: /root/fog