GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d096333daa94984dc6607d52be9037ade16bab2c
Authored by
Thorsieger
2020-04-21 15:04:03 +0200
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
Ansible/setupRPI.sh
Inline
Side-by-side
Ansible/inventaire-rasp.ini
0 → 100644
Show/Hide comments
View file @
d096333
Ansible/setupRPI.sh
0 → 100755
Show/Hide comments
View file @
d096333
@@ -0,0 +1,2 @@
@@ -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
\ No newline at end of file
3
\ No newline at end of file