Merge pull request #163 from janar153/main

Added option to chnage K3s updates API url
This commit is contained in:
Xan Manning 2021-12-18 23:06:11 +00:00 committed by GitHub
commit 0f143962a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@ k3s_build_cluster: true
# URL for GitHub project
k3s_github_url: https://github.com/k3s-io/k3s
# URL for K3s updates API
k3s_api_url: https://update.k3s.io
# Skip all tasks that validate configuration
k3s_skip_validation: false

View File

@ -51,7 +51,7 @@ k3s_arch_lookup:
k3s_release_channel: stable
# K3s updates API
k3s_api_releases: https://update.k3s.io/v1-release/channels
k3s_api_releases: "{{ k3s_api_url }}/v1-release/channels"
# Download location for releases
k3s_github_download_url: "{{ k3s_github_url }}/releases/download"