Import Ansible playbook for bootstrap k8s cluster

This commit is contained in:
D4rk4 2020-07-31 03:39:43 +02:00
parent 5068274017
commit a6706498b6
17 changed files with 230 additions and 3 deletions

View file

@ -0,0 +1,12 @@
k8s_version: '1.17.5'
k8s_first_master_node: 'k8s-demo'
k8s_domain: coins.k8s.demo.ix.gs
k8s_pod_network: '192.168.0.0/16'
k8s_service_network: '10.254.0.0/24'
k8s_controlplane_vip: '10.129.0.194'
k8s_controlplane_address: '{{ k8s_controlplane_vip }}:6443'
k8s_cluster_name: k8s-demo
cloud_provider: baremetal
ha_enabled: false