mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-13 08:05:19 +01:00
Compare commits
1 commit
970028e928
...
c351c4249a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c351c4249a |
1 changed files with 0 additions and 7 deletions
|
|
@ -80,13 +80,6 @@ EXAMPLES = r'''
|
||||||
sysctl_file: /tmp/test_sysctl.conf
|
sysctl_file: /tmp/test_sysctl.conf
|
||||||
reload: false
|
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
|
# Set ip forwarding on in /proc and verify token value with the sysctl command
|
||||||
- ansible.posix.sysctl:
|
- ansible.posix.sysctl:
|
||||||
name: net.ipv4.ip_forward
|
name: net.ipv4.ip_forward
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue