mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-12 12:32:00 +00:00
Compare commits
4 Commits
2.0.0
...
601bb5392f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
601bb5392f | ||
|
|
817b94dee0 | ||
|
|
44a2151dbf | ||
|
|
83288b9020 |
2
changelogs/fragments/603_bump_version_3.yml
Normal file
2
changelogs/fragments/603_bump_version_3.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
trivial:
|
||||||
|
- Bump version to 3.0.0 for the next release (https://github.com/ansible-collections/ansible.posix/issues/603).
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
namespace: ansible
|
namespace: ansible
|
||||||
name: posix
|
name: posix
|
||||||
version: 2.0.0
|
version: 3.0.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (github.com/ansible)
|
- Ansible (github.com/ansible)
|
||||||
|
|||||||
@@ -73,12 +73,13 @@ EXAMPLES = r'''
|
|||||||
state: absent
|
state: absent
|
||||||
sysctl_file: /etc/sysctl.conf
|
sysctl_file: /etc/sysctl.conf
|
||||||
|
|
||||||
# Set kernel.panic to 3 in /tmp/test_sysctl.conf
|
# Enable resource limits management in FreeBSD
|
||||||
- ansible.posix.sysctl:
|
- ansible.posix.sysctl:
|
||||||
name: kernel.panic
|
name: kern.racct.enable
|
||||||
value: '3'
|
value: '1'
|
||||||
sysctl_file: /tmp/test_sysctl.conf
|
state: present
|
||||||
reload: false
|
reload: false
|
||||||
|
sysctl_file: /boot/loader.conf
|
||||||
|
|
||||||
# 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user