marinepi-provisioning
marinepi-provisioning copied to clipboard
Ansible provisioning scripts to set up a Raspberry Pi for marine use
File is obsolete, the one playbooks is the one to be used anyway.
`setup.yml` playbook successfully calls `raspi-config` to change the root partition size. However, for the change to work the device must be rebooted. The `firstrun.sh` should probably also take care of...
If there is no network login is needlessly slow. https://raspberrypi.stackexchange.com/questions/15568/raspberry-pi-ssh-login-slow
It would be neat to be able to backup and potentionally restore (after a full reprovision) the InfluxDb database. https://docs.influxdata.com/influxdb/v1.2/administration/backup_and_restore/ AWS cli provides easy S3 syncing. Too bad InfluxDb backup...
``` TASK [grafana : Change admin password] ***************************************** fatal: [marinepi]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is...
https://glframebuffer.wordpress.com/2013/08/28/raspberrypi-how-to-turn-off-hdmi-from-raspberry-pi/
Starting from this image: https://github.com/debian-pi/raspbian-ua-netinst, it would be pretty easy to provide some configuration files for that image to also install Ansible and git, and install from this repo. That...