started ansible config

This commit is contained in:
Christopher Beckmann
2024-01-25 18:22:53 +01:00
parent 7282276836
commit 0deb9d6eb3
27 changed files with 96 additions and 0 deletions

View File

View File

@@ -0,0 +1,8 @@
---
- name: Allow non-root users to bind to low ports
ansible.posix.sysctl:
name: net.ipv4.ip_unprivileged_port_start
value: '0'
sysctl_file: /etc/sysctl.d/base.conf
tags: base

View File