feat(role): add provisioner role

This commit is contained in:
NaeiKinDus 2024-06-27 00:00:00 +00:00
parent b22b39c92b
commit 1b3e0c401c
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
15 changed files with 181 additions and 4 deletions

View file

@ -0,0 +1,8 @@
# 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