More housekeeping
* Modified version_added strings in recent modules * Added firewalld inclusion to the CHANGELOG
This commit is contained in:
parent
8721ad2909
commit
4efdf0d49f
3 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@ New modules:
|
||||||
|
|
||||||
* cloud:ec2_eip -- manage AWS elastic IP's
|
* cloud:ec2_eip -- manage AWS elastic IP's
|
||||||
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
|
* cloud:rax_clb_nodes -- manage Rackspace cloud load balancers
|
||||||
|
* system: firewalld -- manage the firewalld configuration
|
||||||
|
|
||||||
Misc changes:
|
Misc changes:
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ module: ec2_eip
|
||||||
short_decription: associate an EC2 elastic IP with an instance.
|
short_decription: associate an EC2 elastic IP with an instance.
|
||||||
description:
|
description:
|
||||||
- This module associates AWS EC2 elastic IP addresses with instances
|
- This module associates AWS EC2 elastic IP addresses with instances
|
||||||
|
version_added: 1.4
|
||||||
options:
|
options:
|
||||||
instance_id:
|
instance_id:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -24,7 +24,7 @@ module: firewalld
|
||||||
short_description: Manage arbitrary ports/services with firewalld
|
short_description: Manage arbitrary ports/services with firewalld
|
||||||
description:
|
description:
|
||||||
- This module allows for addition or deletion of services and ports either tcp or udp in either running or permanent firewalld rules
|
- 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:
|
options:
|
||||||
service:
|
service:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue