Commit d096333daa94984dc6607d52be9037ade16bab2c

Authored by Thorsieger
1 parent ec752829

ajout d'un script pour le setup des cartes RPI

Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
Ansible/inventaire-rasp.ini 0 → 100644
Ansible/setupRPI.sh 0 → 100755
... ... @@ -0,0 +1,2 @@
  1 +#!/bin/sh
  2 +ansible -i inventaire-rasp.ini -m authorized_key -a 'user=pi state=present key="{{ lookup("file", "/home/pifou/.ssh/id_rsa.pub") }}"' --user pi --ask-pass --become --ask-become-pass all
0 3 \ No newline at end of file
... ...