Rework podman rootless 8
This commit is contained in:
parent
1942b50e92
commit
df84e679a1
1 changed files with 11 additions and 0 deletions
|
@ -41,12 +41,23 @@ applications_podman_user:
|
|||
- require:
|
||||
- applications_podman_pkgs
|
||||
|
||||
applications_podman_rootless_tun_module:
|
||||
file.managed:
|
||||
- name: /etc/modules-load.d/tun.conf
|
||||
- content: tun
|
||||
- user: root
|
||||
- group: root
|
||||
- makedirs: True
|
||||
- mode: '0644'
|
||||
|
||||
applications_podman_rootless_modules:
|
||||
file.append:
|
||||
- name: /etc/modules
|
||||
- text:
|
||||
- tun
|
||||
- fuse
|
||||
- require:
|
||||
- applications_podman_rootless_tun_module
|
||||
|
||||
applications_podman_rootless_subgid:
|
||||
file.append:
|
||||
|
|
Loading…
Reference in a new issue