Blame view

Ansible/playbooktest.yml 159 Bytes
4bad3ae3   pifou   Ajout du code Ans...
1
  ---
b05b0dc5   psanchez   gestion des roles
2
  - name: Wait until the file ./inventaire.ini
2231d332   zabeth18   lancer script she...
3
4
5
    hosts: all
    remote_user: pi
    become: yes
4bad3ae3   pifou   Ajout du code Ans...
6
    tasks:
2231d332   zabeth18   lancer script she...
7
       - shell: /home/pi/capteur3/lancer.sh
a407e67a   lringot   send files ans tr...
8
9
10
11