GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e37fe3109732a485f8f163ad42a9e4bda9f8c0e8
Authored by
Thorsieger
2020-03-25 14:41:57 +0100
1 parent
4fd2aedf
ajout fichier de test pour envoie fichier
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
Ansible/sendFile.yml
Inline
Side-by-side
Ansible/sendFile.yml
0 → 100644
Wrap text
Show/Hide comments
View file @
e37fe31
...
...
@@ -0,0 +1,6 @@
1
+---
2
+- name: "envoyer du fichier binaire.c"
3
+ get_url:
4
+ url: http://projet-p10.plil.fr/IMA3_P10/site/upload/binaire.c
5
+ dest: /home/pi/capteur{{capteur}}/binaire.c
6
+ mode: '0644'
0
7
\ No newline at end of file
...
...