main.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Copyright 2021 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. docker_login_fail_msg: "Docker login failed! Please check the credentials and re-execute playbook."
  16. k8s_root_directory: /root/.kube
  17. k8s_root_directory_mode: 0755
  18. k8s_config_src: /etc/kubernetes/admin.conf
  19. k8s_config_dest: /root/.kube/config
  20. k8s_config_file_mode: 0600
  21. k8s_cert_path: /etc/kubernetes/pki/ca.crt
  22. k8s_dummy_hostname: K8S_TOKEN_HOLDER
  23. yaml_repo_dir_path: /root/k8s
  24. yaml_repo_dir_mode: 0755
  25. k8s_service_account_file_dest: /root/k8s/create_admin_user.yaml
  26. k8s_service_account_file_mode: 0655
  27. cluster_role_binding_file_dest: /root/k8s/create_clusterRoleBinding.yaml
  28. cluster_role_binding_file_mode: 0655
  29. calico_yml_file_path: /root/k8s/kube-calico.yaml
  30. calico_yml_file_mode: 0644
  31. flannel_yml_file_path: /root/k8s/kube-flannel.yaml
  32. flannel_yml_file_mode: 0644