Compare commits

...

2 commits

Author SHA1 Message Date
Pavel Knoblokh
98b8acbb02
Merge da3b7810bf into 44a2151dbf 2025-03-26 07:42:27 +00:00
Pavel Knoblokh
da3b7810bf
sysctl: Add custom sysctl file example 2025-03-26 17:42:02 +10:00

View file

@ -80,6 +80,13 @@ EXAMPLES = r'''
sysctl_file: /tmp/test_sysctl.conf
reload: false
# Enable resource limits management in FreeBSD
- ansible.posix.sysctl:
name: kern.racct.enable
value: '1'
sysctl_file: /boot/loader.conf
reload: false
# Set ip forwarding on in /proc and verify token value with the sysctl command
- ansible.posix.sysctl:
name: net.ipv4.ip_forward