--- # Flux CLI version (empty = latest stable from GitHub) flux_version: "" # Path to kubeconfig on manager node flux_kubeconfig: "/home/{{ ansible_user }}/.kube/config" # GitLab connection settings for bootstrap flux_gitlab_hostname: "gitlab.gigacoms.info" flux_gitlab_owner: "k8s" flux_gitlab_repository: "k8s-fleet" flux_gitlab_branch: "main" flux_gitlab_path: "clusters/production" # Whether the owner is a personal account (true) or a group (false) flux_gitlab_personal: false # GitLab token passed via env in CI — never hardcode here flux_gitlab_token: "{{ lookup('env', 'GITLAB_FLUX_TOKEN') | default('') }}"