community.network.ipadm_prop – Manage protocol properties on Solaris/illumos systems.¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.ipadm_prop
.
Parameters¶
Examples¶
- name: Set TCP receive buffer size
community.network.ipadm_prop:
protocol: tcp
property: recv_buf
value: 65536
- name: Reset UDP send buffer size to the default value
community.network.ipadm_prop:
protocol: udp
property: send_buf
state: reset
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Adam Števko (@xen0l)