mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-20 19:10:21 +01:00
e88f3bb056
airgap installs allow users to deploy k3s in a situation where the server is not internet connected and therefore unable to download anything externally
10 lines
233 B
YAML
10 lines
233 B
YAML
---
|
|
|
|
- import_tasks: build/get-version.yml
|
|
when: k3s_release_version is not defined or not k3s_release_version
|
|
|
|
- import_tasks: build/download-k3s.yml
|
|
when: not k3s_airgap
|
|
|
|
- import_tasks: build/airgap-k3s.yml
|
|
when: k3s_airgap
|