Import Ansible playbook for bootstrap k8s cluster
This commit is contained in:
parent
5068274017
commit
a6706498b6
17 changed files with 230 additions and 3 deletions
6
contrib/ansible/roles/bootstrap/defaults/main.yml
Normal file
6
contrib/ansible/roles/bootstrap/defaults/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
kubernetes_apt_release_channel: main
|
||||
# Note that xenial repo is used for all Debian derivatives at this time.
|
||||
kubernetes_apt_repository: "deb http://apt.kubernetes.io/ kubernetes-xenial {{ kubernetes_apt_release_channel }}"
|
||||
## Calico config files
|
||||
kubernetes_calico_manifest_file: https://docs.projectcalico.org/v3.10/manifests/calico.yaml
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue