Some further documentation updates including version.

pull/18777/head
Ethan Devenport 8 years ago committed by Matt Clay
parent 93a237f604
commit a3200fc98e

@ -102,6 +102,7 @@ options:
description: description:
- The name of the default NIC. - The name of the default NIC.
required: false required: false
version_added: '2.2'
lan: lan:
description: description:
- The ID of the LAN you wish to add the servers to. - The ID of the LAN you wish to add the servers to.
@ -114,7 +115,7 @@ options:
default: null default: null
subscription_password: subscription_password:
description: description:
- THe ProfitBricks password. Overrides the PB_PASSWORD environement variable. - The ProfitBricks password. Overrides the PB_PASSWORD environement variable.
required: false required: false
default: null default: null
wait: wait:

@ -20,7 +20,7 @@ module: profitbricks_firewall_rule
short_description: Create or remove a firewall rule. short_description: Create or remove a firewall rule.
description: description:
- This module allows you to create or remove a firewlal rule. This module has a dependency on profitbricks >= 1.0.0 - This module allows you to create or remove a firewlal rule. This module has a dependency on profitbricks >= 1.0.0
version_added: "2.0" version_added: "2.2"
options: options:
datacenter: datacenter:
description: description:
@ -45,7 +45,7 @@ options:
required: true required: true
mac_source: mac_source:
description: description:
- Only traffic originating from the respective MAC address is allowed. Valid format: aa:bb:cc:dd:ee:ff. No value allows all source MAC addresses. - Only traffic originating from the respective MAC address is allowed. No value allows all source MAC addresses.
required: false required: false
source_ip: source_ip:
description: description:

Loading…
Cancel
Save