docker(role): provide option to set up gVisor (runsc runtime)

This commit is contained in:
June 2026-05-21 03:02:38 +02:00
commit d2ace350b0
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
8 changed files with 69 additions and 19 deletions

View file

@ -9,3 +9,12 @@
state: present
update_cache: true
become: true
- name: Ensure gVisors packages are installed
when: docker__gvisor_setup
ansible.builtin.apt:
name:
- runsc
state: present
update_cache: true
become: true