Commit e921818e5b076802b2ef15164e1a2c9d402672f6

Authored by grouille
1 parent 645c4add

MAJ Git

Showing 2 changed files with 0 additions and 15 deletions   Show diff stats
Ansible/sendFile.yml deleted
@@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
1 ----  
2 -- name: "envoyer du fichier binaire.c"  
3 - hosts : all  
4 - remote_user: pi  
5 - tasks:  
6 - - get_url:  
7 - url: http://projet-p10.plil.fr/IMA3_P10/site/upload/binaire.c  
8 - dest: /home/pi/capteur{{capteur}}/binaire.c  
9 - mode: '0644'  
Ansible/taskPing.yml deleted
@@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
1 ----  
2 -- name: Ping  
3 - hosts: all  
4 - remote_user: pi  
5 - tasks:  
6 - - ping: