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
Additional configuration options
#161
Closed
sergey-gr
closed
1 year ago
sergey-gr
commented
1 year ago
Proposed Changes
Moved
ansible_user
variable to inventory file, leaving only configuration parameters in
all.yml
file. Also included options for passwordless login.
Added pre-req task to assign inventory name as hostname for unconfigured nodes.
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
ansible_user
variable to inventory file, leaving only configuration parameters inall.yml
file. Also included options for passwordless login.Checklist
site.yml
playbookreset.yml
playbook