mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-10 15:33:30 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
33 lines
561 B
YAML
33 lines
561 B
YAML
---
|
|
|
|
k3s_arch_lookup:
|
|
amd64:
|
|
arch: amd64
|
|
suffix: ""
|
|
x86_64:
|
|
arch: amd64
|
|
suffix: ""
|
|
arm64:
|
|
arch: arm64
|
|
suffix: "-arm64"
|
|
aarch64:
|
|
arch: arm64
|
|
suffix: "-arm64"
|
|
arm:
|
|
arch: arm
|
|
suffix: "-armhf"
|
|
arm7:
|
|
arch: arm
|
|
suffix: "-armhf"
|
|
armv7l:
|
|
arch: arm
|
|
suffix: "-armhf"
|
|
armhf:
|
|
arch: arm
|
|
suffix: "-armhf"
|
|
|
|
k3s_github_download_url: "{{ k3s_github_url }}/releases/download"
|
|
k3s_controller_count: []
|
|
|
|
k3s_systemd_context: system
|
|
k3s_systemd_unit_directory: "/etc/systemd/{{ k3s_systemd_context }}"
|