Personal-Website/content/posts/ansible-gitea-gitops.md
Benjamin Hays eae34baba2
All checks were successful
Build Hugo Site / build (push) Successful in 11s
Add Draft Post on GitOps
2024-11-02 10:16:13 -04:00

944 B

title date draft description tags
Efficient and Secure GitOps using Gitea, Ansible, and Github Actions 2024-07-01 true The Polyfill supply chain attack highlights critical security vulnerabilities in the web ecosystem. What can be done to secure open-source dependencies and mitigate supply chain risks?
Security
DevOps
Network Automation

I run a pretty small homelab, for what it's worth. I have about 4 LXC containers and two QEMU virtual machines running at any given time, the majority of which just serve as convenient frontends to store my data.

Picture of my Proxmox Container List

Despite the fact that I manage so few servers and services for my needs, I still find myself wanting some way to deploy changes across all of my machines simultaneously. For this purpose, I have used and maintained a set of Ansible playbooks which, for the most part, have suited my workflow.