Skip to content

Commit

Permalink
Some further documentation updates including version.
Browse files Browse the repository at this point in the history
  • Loading branch information
edevenport authored and mattclay committed Dec 8, 2016
1 parent 93a237f commit a3200fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
description:
- The name of the default NIC.
required: false
version_added: '2.2'
lan:
description:
- The ID of the LAN you wish to add the servers to.
Expand All @@ -114,7 +115,7 @@
default: null
subscription_password:
description:
- THe ProfitBricks password. Overrides the PB_PASSWORD environement variable.
- The ProfitBricks password. Overrides the PB_PASSWORD environement variable.
required: false
default: null
wait:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
short_description: Create or remove a firewall rule.
description:
- 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:
datacenter:
description:
Expand All @@ -45,7 +45,7 @@
required: true
mac_source:
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
source_ip:
description:
Expand Down

0 comments on commit a3200fc

Please sign in to comment.