Blame view

Ansible/setupRPI.sh 163 Bytes
d096333d   Thorsieger   ajout d'un script...
1
  #!/bin/sh
70b8f0cc   root   update path to ss...
2
  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