This commit is contained in:
Pavel Knoblokh 2025-01-13 04:32:43 +00:00 committed by GitHub
commit 601bb5392f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,12 +73,13 @@ EXAMPLES = r'''
state: absent
sysctl_file: /etc/sysctl.conf
# Set kernel.panic to 3 in /tmp/test_sysctl.conf
# Enable resource limits management in FreeBSD
- ansible.posix.sysctl:
name: kernel.panic
value: '3'
sysctl_file: /tmp/test_sysctl.conf
name: kern.racct.enable
value: '1'
state: present
reload: false
sysctl_file: /boot/loader.conf
# Set ip forwarding on in /proc and verify token value with the sysctl command
- ansible.posix.sysctl: