Commit 373abbf154c0a1bc358134168b8b48307b64a3bc

Authored by grouille
2 parents 242f41ac 70b8f0cc

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Ansible/setupRPI.sh
1 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
3 2 \ No newline at end of file
  3 +ansible -i inventaire-rasp.ini -m authorized_key -a 'user=pi state=present key="{{ lookup("file", "/root/.ssh/id_rsa.pub") }}"' --user pi --ask-pass all
... ...