community.general.nictagadm – Manage nic tags on SmartOS systems¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.nictagadm
.
Parameters¶
Examples¶
- name: Create 'storage0' on '00:1b:21:a3:f5:4d'
community.general.nictagadm:
name: storage0
mac: 00:1b:21:a3:f5:4d
mtu: 9000
state: present
- name: Remove 'storage0' nic tag
community.general.nictagadm:
name: storage0
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Bruce Smith (@SmithX10)