Commit 6683f02c33aa92797b168cc07b49b7be1d297c1f
1 parent
ca407e85
update url
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Ansible/roles/arduino/tasks/main.yml
1 | 1 | --- |
2 | 2 | - name: "envoyer du fichier binaire.c" |
3 | 3 | get_url: |
4 | - url: http://serveur-etu.polytech-lille.fr/~grouille/PROJET/upload/binaire.c | |
4 | + url: http://projet-p10.plil.fr/upload/binaire.c | |
5 | 5 | dest: /home/pi/capteur{{capteur}}/binaire.c |
6 | 6 | mode: '0644' |
7 | 7 | |
8 | 8 | - name: "execution du script" |
9 | - shell: /home/pi/capteur{{capteur}}/lancer.sh | |
10 | 9 | \ No newline at end of file |
10 | + shell: /home/pi/capteur{{capteur}}/lancer.sh | ... | ... |
Ansible/roles/arduino_Setup/tasks/main.yml
... | ... | @@ -10,6 +10,6 @@ |
10 | 10 | |
11 | 11 | - name: "Download and unzip files" |
12 | 12 | unarchive: |
13 | - src: http://serveur-etu.polytech-lille.fr/~grouille/PROJET/fichiersRPI/fichiersRPI.zip | |
13 | + src: http://projet-p10.plil.fr/fichiersRPI/fichiersRPI.zip | |
14 | 14 | dest: /home/pi/capteur{{capteur}} |
15 | - remote_src: yes | |
16 | 15 | \ No newline at end of file |
16 | + remote_src: yes | ... | ... |