New in version 2.3.
parameter | required | default | choices | comments |
---|---|---|---|---|
link |
yes |
Link interface name.
aliases: nic, interface
|
||
property |
yes |
Specifies the name of the property we want to manage.
aliases: name
|
||
state |
no | present |
|
Set or reset the property value.
|
temporary |
no |
|
Specifies that lin property configuration is temporary. Temporary link property configuration does not persist across reboots.
|
|
value |
no |
Specifies the value we want to set for the link property.
|
name: Set 'maxbw' to 100M on e1000g1 dladm_linkprop: name=e1000g1 property=maxbw value=100M state=present name: Set 'mtu' to 9000 on e1000g1 dladm_linkprop: name=e1000g1 property=mtu value=9000 name: Reset 'mtu' property on e1000g1 dladm_linkprop: name=e1000g1 property=mtu state=reset
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
link |
link name
|
always | string | e100g0 |
property |
property name
|
always | string | mtu |
state |
state of the target
|
always | string | present |
temporary |
specifies if operation will persist across reboots
|
always | boolean | True |
value |
property value
|
always | string | 9000 |
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.