No description
Find a file
Mick Conway 50633db405
Some checks failed
/ test (push) Successful in 4s
latex_diagram / latexmk (push) Failing after 3m32s
split zabbix printer checks to its own role. Disable zabbix playbook deployment because of default vars
2026-02-25 23:04:18 -08:00
.forgejo/workflows downgrade upload-artifact to v3 2025-11-02 08:42:13 -08:00
.vscode add vscode settings 2025-06-29 09:36:55 -07:00
ansible split zabbix printer checks to its own role. Disable zabbix playbook deployment because of default vars 2026-02-25 23:04:18 -08:00
documentation latex sensitive to spaces! 2025-11-02 13:13:43 -08:00
kubernetes clean up old kubernetes manifests 2025-07-19 16:56:32 -07:00
tofu/windows Add tofu for setting up windows ssh 2025-06-29 09:51:49 -07:00
.gitignore
ansible_roles_check.py
readme.md
requirements.txt
roles

Homelab Set Automation

Ansible

Prerequisites

Software Description
bw Commandline Bitwarden client - used for secrets lookup

Playbooks

Playbook Description
playbook.yml Default playbook that contains roles for all hosts (servers and pcs).
ansible/playbook-k8-services-yml Runs all configured helm chart deployments against the first k8s host in the hosts group.
ansible/playbook-unifi.yml experimental playbook used to generate config file for Unifi USH containing wireguard connection definitions.
ansible/playbook-update-all.yml run apt-update && apt-upgrade on all hosts
ansible/playbook-useraccess.yaml not used - for reference
ansible/playbook-zabbix-sites.yml Read all services from k8s and create site monitoring for each within Zabbix.

Common run scenarios

Command Description
ansible-playbook -i hosts playbook-k8s-services.yml --tag git Deploys k8s helm charts with only the "git" tag specified.
ansible-playbook -i hosts playbook.yml --limit laptop --connection local runs main playbook locally on 'laptop' host

Kubernetes

Kubernetes cluster is currently run using Microk8s. Helm charts from artifacthub.io are used whenever available. Ansible is used to deploy charts to allow secret injection into values and repeatability.