nicholasvmoore / brix

Apache License 2.0
0 stars 0 forks source link

Deploy k3s using Ansible #1

Open nicholasvmoore opened 1 month ago

nicholasvmoore commented 1 month ago

Brix is the primary k8s node. Need to setup k3s and a basic set of services to allow for easy management.

Services:

nicholasvmoore commented 1 month ago

Looking at adopting https://stackoverflow.com/questions/74048180/how-to-run-ansible-playbook-from-github-actions-without-using-external-action as part of my Github Actions workflow. Already opted for using github submodules to embed the github repo for k3s-ansible natively without modifications outside of the inventory.yml

Need to find a way to manage secrets inside the inventory.yml and store them in the repository.