8 lines
561 B
YAML
8 lines
561 B
YAML
# Variables starting with 'provisioner_' in this file will be injected in all hosts configuration as 'ansible_facts.provisioner_facts.<key>'
|
|
provisioner_artifacts_dir: /srv/ansible/artifacts
|
|
provisioner_helm_binary_path: /usr/local/bin/helm
|
|
provisioner_k8s_states_dir: /srv/ansible/states
|
|
provisioner_kubeconfig_repository: /srv/ansible/kubeconfig
|
|
provisioner_kubectl_binary_path: /usr/local/bin/kubectl
|
|
provisioner_k3sup_binary_path: /usr/local/bin/k3sup
|
|
provisioner_tofu_binary_path: /usr/bin/tofu #do not change this, the path is decided by the .deb package
|