Implement Singularity deployment from a DEB package

This commit is contained in:
Alexander Gorelyshev
2026-05-14 16:43:16 +04:00
parent 46e0f25761
commit 5b724a3869
9 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Converge
hosts: all
pre_tasks:
- name: "Update apt cache"
ansible.builtin.apt:
update_cache: true
cache_valid_time: 3600
roles:
- role: "genlab.common.singularity_deb"