12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ---
- metallb_config_file_dest: /root/k8s/metal-config.yaml
- metallb_config_file_mode: 0655
- metallb_deployment_file_dest: /root/k8s/metallb.yaml
- metallb_deployment_file_mode: 0655
- metallb_yaml_url: https://raw.githubusercontent.com/google/metallb/v0.8.1/manifests/metallb.yaml
- k8s_dashboard_yaml_url: https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta6/aio/deploy/recommended.yaml
- helm_stable_repo_url: https://charts.helm.sh/stable
- nfs_server: "{{ ansible_host }}"
- nfs_path: /work
- mpi_operator_yaml_url: https://raw.githubusercontent.com/kubeflow/mpi-operator/master/deploy/v1alpha2/mpi-operator.yaml
- nvidia_k8s_device_plugin_repo_url: https://nvidia.github.io/k8s-device-plugin
- nvidia_gpu_discovery_repo_url: https://nvidia.github.io/gpu-feature-discovery
- nvidia_device_plugin_version: 0.7.0
- mig_strategy: none
- gpu_feature_discovery_version: 0.2.0
- fpga_device_plugin_yaml_url: https://raw.githubusercontent.com/Xilinx/FPGA_as_a_Service/master/k8s-fpga-device-plugin/fpga-device-plugin.yml
|