From 4efdf0d49fa3f137c108abac08cfd24872935c76 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Sat, 21 Sep 2013 01:06:34 -0500 Subject: [PATCH] More housekeeping * Modified version_added strings in recent modules * Added firewalld inclusion to the CHANGELOG --- CHANGELOG.md | 1 + library/cloud/ec2_eip | 1 + library/system/firewalld | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93d05f6af0..b1c6fa67a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ New modules: * cloud:ec2_eip -- manage AWS elastic IP's * cloud:rax_clb_nodes -- manage Rackspace cloud load balancers +* system: firewalld -- manage the firewalld configuration Misc changes: diff --git a/library/cloud/ec2_eip b/library/cloud/ec2_eip index 6037dd8d27d..9074a0c4b88 100644 --- a/library/cloud/ec2_eip +++ b/library/cloud/ec2_eip @@ -5,6 +5,7 @@ module: ec2_eip short_decription: associate an EC2 elastic IP with an instance. description: - This module associates AWS EC2 elastic IP addresses with instances +version_added: 1.4 options: instance_id: description: diff --git a/library/system/firewalld b/library/system/firewalld index 01d4f3fae6e..c6d0807a4bc 100644 --- a/library/system/firewalld +++ b/library/system/firewalld @@ -24,7 +24,7 @@ module: firewalld short_description: Manage arbitrary ports/services with firewalld description: - This module allows for addition or deletion of services and ports either tcp or udp in either running or permanent firewalld rules -version_added: "1.3" +version_added: "1.4" options: service: description: