noisebridge / rfid-access-control

Little system to handle RFID access control at Noisebridge
GNU General Public License v2.0
48 stars 19 forks source link

Add a deploy script to deploy earl from tagged github version. #48

Closed hzeller closed 4 years ago

hzeller commented 5 years ago

But I don't know ansible (and I prefer a shell-script to a Python script for mission critical things)

hzeller commented 5 years ago

(But I am open to pull requests that do this with ansible, if you help install ansible on earl to get it going there.)

SuperQ commented 5 years ago

There's nothing to get on the box except ssh keys. Ansible operates remotely via ssh, so there's nothing local necessary except /usr/bin/python.

hzeller commented 5 years ago

I want to keep the ssh access to earl as tight as possible to minimize breaches, so this really should be called locally or remotely with my key (but in that case I can do it locally as well).