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:
|
- require:
|
||||||
- applications_podman_pkgs
|
- 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:
|
applications_podman_rootless_modules:
|
||||||
file.append:
|
file.append:
|
||||||
- name: /etc/modules
|
- name: /etc/modules
|
||||||
- text:
|
- text:
|
||||||
- tun
|
- tun
|
||||||
- fuse
|
- fuse
|
||||||
|
- require:
|
||||||
|
- applications_podman_rootless_tun_module
|
||||||
|
|
||||||
applications_podman_rootless_subgid:
|
applications_podman_rootless_subgid:
|
||||||
file.append:
|
file.append:
|
||||||
|
|
Loading…
Reference in a new issue