podmam - npm: Add unprivileged ports to sysctl
This commit is contained in:
parent
850d7a23eb
commit
ed36fb8041
1 changed files with 8 additions and 0 deletions
|
@ -38,3 +38,11 @@ podman_containers_npm_letsencrypt_dir:
|
|||
- makedirs: True
|
||||
- require:
|
||||
- podman_directory_permissions
|
||||
|
||||
podman_containers_npm_privileged_ports:
|
||||
file.managed:
|
||||
- name: /etc/sysctl.d/podman.conf
|
||||
- text: |
|
||||
net.ipv4.ip_unprivileged_port_start=80
|
||||
net.ipv4.ip_unprivileged_port_start=443
|
||||
net.ipv4.ip_unprivileged_port_start=81
|
||||
|
|
Loading…
Reference in a new issue