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
e921818e5b076802b2ef15164e1a2c9d402672f6
Authored by
grouille
2020-03-25 18:24:59 +0100
1 parent
645c4add
MAJ Git
Showing
2 changed files
with
0 additions
and
15 deletions
Show diff stats
Ansible/sendFile.yml
Ansible/taskPing.yml
Inline
Side-by-side
Ansible/sendFile.yml deleted
View file @
645c4ad
@@ -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
View file @
645c4ad
@@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
1
----
2
-- name: Ping
3
- hosts: all
4
- remote_user: pi
5
- tasks:
6
- - ping: