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/keepalived.yml
Normal file
6
contrib/ansible/keepalived.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: bootstrap playbook for any k8s machine
|
||||
hosts: k8s-masters
|
||||
become: yes
|
||||
roles:
|
||||
- keepalived
|
Loading…
Add table
Add a link
Reference in a new issue