started ansible config
This commit is contained in:
0
ansible/roles/pen/tasks/.gitkeep
Normal file
0
ansible/roles/pen/tasks/.gitkeep
Normal file
8
ansible/roles/pen/tasks/main.yml
Normal file
8
ansible/roles/pen/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user