k8s_pod_network: "10.10.0.0/18" k8s_user: "sheppy" k8s_user_home: "/home/{{ k8s_user }}" k8s_token_file: "join-k8s-command" k8s_admin_config: "/etc/kubernetes/admin.conf" k8s_dashboard_adminuser_config: "dashboard-adminuser.yaml" k8s_kubelet_config: "/etc/kubernetes/kubelet.conf" k8s_dashboard_port: "6443" k8s_dashboard_url: "https://{{ ansible_default_ipv4.address }}:{{ k8s_dashboard_port }}/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login" calico_rbac_url: "https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/rbac-kdd.yaml" calico_rbac_config: "rbac-kdd.yaml" calico_net_url: "https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml" calico_net_config: "calico.yaml" dashboard_url: "https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml" dashboard_config: "kubernetes-dashboard.yml"