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
7
contrib/ansible/init-cluster.yml
Normal file
7
contrib/ansible/init-cluster.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Init k8s cluster
|
||||
hosts: '{{ host }}'
|
||||
become: yes
|
||||
max_fail_percentage: 0
|
||||
roles:
|
||||
- init-cluster
|
Loading…
Add table
Add a link
Reference in a new issue