main.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. k8s_root_directory: /root/.kube
  16. k8s_root_directory_mode: 0755
  17. k8s_config_src: /etc/kubernetes/admin.conf
  18. k8s_config_dest: /root/.kube/config
  19. k8s_config_file_mode: 0644
  20. k8s_cert_path: /etc/kubernetes/pki/ca.crt
  21. k8s_dummy_hostname: K8S_TOKEN_HOLDER
  22. yaml_repo_dir_path: /root/k8s
  23. yaml_repo_dir_mode: 0755
  24. k8s_service_account_file_dest: /root/k8s/create_admin_user.yaml
  25. k8s_service_account_file_mode: 0655
  26. k8s_clusterRoleBinding_file_dest: /root/k8s/create_clusterRoleBinding.yaml
  27. k8s_clusterRoleBinding_file_mode: 0655
  28. calico_yml_url: https://docs.projectcalico.org/manifests/calico.yaml
  29. flannel_yml_url: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml