docker(role): provide option to set up gVisor (runsc runtime)
This commit is contained in:
parent
d4a1dee108
commit
f956ed6f35
8 changed files with 69 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue