1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- ---
- docker_login_fail_msg: "Docker login failed! Please check the credentials and re-execute playbook."
- k8s_root_directory: /root/.kube
- k8s_root_directory_mode: 0755
- k8s_config_src: /etc/kubernetes/admin.conf
- k8s_config_dest: /root/.kube/config
- k8s_config_file_mode: 0644
- k8s_cert_path: /etc/kubernetes/pki/ca.crt
- k8s_dummy_hostname: K8S_TOKEN_HOLDER
- yaml_repo_dir_path: /root/k8s
- yaml_repo_dir_mode: 0755
- k8s_service_account_file_dest: /root/k8s/create_admin_user.yaml
- k8s_service_account_file_mode: 0655
- cluster_role_binding_file_dest: /root/k8s/create_clusterRoleBinding.yaml
- cluster_role_binding_file_mode: 0655
- calico_yml_file_path: /root/k8s/kube-calico.yaml
- calico_yml_file_mode: 0644
- flannel_yml_file_path: /root/k8s/kube-flannel.yaml
- flannel_yml_file_mode: 0644
|