| Index: skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml
|
| diff --git a/skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml b/skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9120a893af43409dd0492fbe4dccee4452e03817
|
| --- /dev/null
|
| +++ b/skolo/raspberry-pi/ansible_scripts/cp_authorized_keys.yml
|
| @@ -0,0 +1,7 @@
|
| +---
|
| +- hosts: all
|
| + remote_user: chrome-bot
|
| + tasks:
|
| +
|
| + - name: Copy authorized_keys to .ssh/authorized_keys
|
| + copy: src=authorized_keys dest=/home/chrome-bot/.ssh/authorized_keys owner=chrome-bot group=chrome-bot mode=0644
|
|
|