Add OneLab Helm chart, Argo CD Application, and GitOps values for k3s
Made-with: Cursor
This commit is contained in:
7
app/playbooks/tasks/check-offline-resources.yml
Normal file
7
app/playbooks/tasks/check-offline-resources.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Check if Docker images are existing locally
|
||||
- name: Checking local Docker images bundle
|
||||
stat:
|
||||
path: "{{ main_path }}/onelab-images-1.27.0.tar.gz"
|
||||
get_checksum: no
|
||||
register: docker_images_tar
|
||||
Reference in New Issue
Block a user