community.general.profitbricks_nic – Create or Remove a NIC.¶
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.profitbricks_nic
.
Synopsis¶
This module allows you to create or restore a volume snapshot. This module has a dependency on profitbricks >= 1.0.0
Parameters¶
Examples¶
- name: Create a NIC
community.general.profitbricks_nic:
datacenter: Tardis One
server: node002
lan: 2
wait_timeout: 500
state: present
- name: Remove a NIC
community.general.profitbricks_nic:
datacenter: Tardis One
server: node002
name: 7341c2454f
wait_timeout: 500
state: absent
Authors¶
Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>