Commit 5a204beaadb4c6198a1f9ea0c1174ac83bb712ee

Authored by grouille
2 parents 3183a785 566559d4

Merge branch 'master' of https://archives.plil.fr/grouille/IMA3_P10

Ansible/MainTask.retry deleted
... ... @@ -1 +0,0 @@
1   -172.26.145.111
Ansible/execAnsible.sh deleted
... ... @@ -1,9 +0,0 @@
1   -#!/bin/bash
2   -trap exit SIGINT
3   -#while [ 1 ]
4   -#do
5   -#ansible-playbook playbooktest.yml
6   -#ansible-playbook taskPing.yml -i inventaire.ini --ask-pass
7   -ansible-playbook my_task.yml -i inventaire.ini
8   -#rm inventaire.ini
9   -#done
10 0 \ No newline at end of file
Ansible/playbooktest.yml deleted
... ... @@ -1,11 +0,0 @@
1   ----
2   -- name: Wait until the file ./inventaire.ini
3   - hosts: all
4   - remote_user: pi
5   - become: yes
6   - tasks:
7   - - shell: /home/pi/capteur3/lancer.sh
8   -
9   -
10   -
11   -
Ansible/sendFile.yml 0 → 100644
... ... @@ -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
... ...