From a3200fc98ea63fa89a6165b49d18ec0492ce7d74 Mon Sep 17 00:00:00 2001 From: Ethan Devenport Date: Mon, 29 Aug 2016 06:30:54 +0000 Subject: [PATCH] Some further documentation updates including version. --- lib/ansible/modules/extras/cloud/profitbricks/profitbricks.py | 3 ++- .../extras/cloud/profitbricks/profitbricks_firewall_rule.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/profitbricks/profitbricks.py b/lib/ansible/modules/extras/cloud/profitbricks/profitbricks.py index f8d6eb78fd0..f3016fd13ca 100644 --- a/lib/ansible/modules/extras/cloud/profitbricks/profitbricks.py +++ b/lib/ansible/modules/extras/cloud/profitbricks/profitbricks.py @@ -102,6 +102,7 @@ options: 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. @@ -114,7 +115,7 @@ options: 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: diff --git a/lib/ansible/modules/extras/cloud/profitbricks/profitbricks_firewall_rule.py b/lib/ansible/modules/extras/cloud/profitbricks/profitbricks_firewall_rule.py index f04d2a7f2b1..b28b6a357b2 100644 --- a/lib/ansible/modules/extras/cloud/profitbricks/profitbricks_firewall_rule.py +++ b/lib/ansible/modules/extras/cloud/profitbricks/profitbricks_firewall_rule.py @@ -20,7 +20,7 @@ module: profitbricks_firewall_rule 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: @@ -45,7 +45,7 @@ options: 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: