community.network.dladm_etherstub – Manage etherstubs 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.dladm_etherstub
.
Parameters¶
Examples¶
- name: Create 'stub0' etherstub
community.network.dladm_etherstub:
name: stub0
state: present
- name: Remove 'stub0 etherstub
community.network.dladm_etherstub:
name: stub0
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
name
string
|
always |
etherstub name
Sample:
switch0
|
state
string
|
always |
state of the target
Sample:
present
|
temporary
boolean
|
always |
etherstub's persistence
Sample:
True
|
Authors¶
Adam Števko (@xen0l)