issues
search
techno-tim
/
k3s-ansible
The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k
stars
1.05k
forks
source link
Pre commit fixes
#167
Closed
timothystewart6
closed
1 year ago
timothystewart6
commented
1 year ago
Proposed Changes
added more
pre-commit
hooks
pinned existing hooks to sha
fixed lint after new hooks
added
pre-commit-hook
to run locally on commit
organized CI jobs, made them reusable and then call them from
ci.yml
with testing depending on linting (to fail fast)
Checklist
[x] Tested locally
[x] Ran
site.yml
playbook
[x] Ran
reset.yml
playbook
[x] Did not add any unnecessary changes
[x] 🚀
[x] Ran pre-commit install at least once before committing
Proposed Changes
pre-commit
hookspre-commit-hook
to run locally on commitci.yml
with testing depending on linting (to fail fast)Checklist
site.yml
playbookreset.yml
playbook