Commit 70b8f0cc045a683d40b4ad016bd199af66a8e09f
1 parent
d096333d
update path to ssh key
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 | ... | ... |