nictagadm – Manage nic tags on SmartOS systems¶
New in version 2.8.
Parameters¶
Examples¶
- name: Create 'storage0' on '00:1b:21:a3:f5:4d'
nictagadm:
name: storage0
mac: 00:1b:21:a3:f5:4d
mtu: 9000
state: present
- name: Remove 'storage0' nic tag
nictagadm:
name: storage0
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Bruce Smith (@SmithX10)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.