move rke2 vars to role

default values are in defaults
url in vars since that pattern should never change
This commit is contained in:
John Ratliff
2024-05-09 10:25:29 +00:00
parent f70bd28c56
commit dffd6962a4
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
rke2_install_dir: "/usr/local/bin"
rke2_version: "v1.29.4+rke2r1"

View File

@@ -0,0 +1,2 @@
---
rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}/rke2.{{ os }}-{{ arch }}"