profitbricks_nic – Create or Remove a 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¶
# Create a NIC
- profitbricks_nic:
    datacenter: Tardis One
    server: node002
    lan: 2
    wait_timeout: 500
    state: present
# Remove a NIC
- profitbricks_nic:
    datacenter: Tardis One
    server: node002
    name: 7341c2454f
    wait_timeout: 500
    state: absent
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
