Skip to content

colinbruner/automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Personal automation for raspberry pi kubernetes cluster and pi hole boxes.

Directory Layout

  • k3s - directory for k3s deployment apps
  • scripts - scripts for installing and bootstraping things using ansible adhoc script execution
  • configs - cloud-init configs for bootstraping images on raspberry (not currently used)

k3s cluster

https://blog.alexellis.io/test-drive-k3s-on-raspberry-pi/

Installing workers

export K3S_TOKEN=$TOKEN ansible workers -i inv.ini -b -m script -a "scripts/k3s/install_k3s_worker.sh ${K3S_TOKEN}"

About

personal home automation repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages