Shell and Ansible scripts for auto-installing and configuring my Pi's and other single board computers
Find a file
2020-07-25 02:13:21 -07:00
ansible Update and fix arm6 kube packages 2020-07-25 02:13:21 -07:00
install_archlinuxarm Added the rest of the scripts 2020-05-19 20:43:20 -07:00
kube_arm6_pkgbuilds Setup for kubeadm 2020-07-24 04:52:16 -07:00
multi-arch_docker_build_example Added the rest of the scripts 2020-05-19 20:43:20 -07:00
notes Added the rest of the scripts 2020-05-19 20:43:20 -07:00
.gitignore Added the rest of the scripts 2020-05-19 20:43:20 -07:00
LICENSE Added the rest of the scripts 2020-05-19 20:43:20 -07:00
README.md Added the rest of the scripts 2020-05-19 20:43:20 -07:00
Vagrantfile Added the rest of the scripts 2020-05-19 20:43:20 -07:00

Single-board quick install scripts

These are personal bash/ansible scripts, as well as just some notes, which I am using as part of several projects I am working on. They are not remotely professional or safe to use -- they are just for my personal use. I am making them available just in case anybody finds them useful. They will require inspection and modification if you want to retrofit them for your own use. Use them at your own risk.

These scripts allow me to automate the headless installation of Arch Linux ARM on my Pi's and other single-board devices, as well as secure them and install Docker and K8s. (Yes damn it I am going to get K8s on Pi Zero nodes. I think I can do it and still have 100+ megs of ram to work with. It depends on how bloated the kube-proxy and service mesh daemon set applications are. But it's happening. Because it can.)

Please don't post issues or submit pull requests. This repository is not maintained.

Some bits of code were cherry-picked from various sources online. Where that is the case, the sources have been noted in a comment. The code, text and files which were authored by me are hereby released into the public domain under the CC0 license, with no warranty or liability. See the LICENSE file for more information.