More housekeeping
* Modified version_added strings in recent modules * Added firewalld inclusion to the CHANGELOG
This commit is contained in:
parent
6b5b004232
commit
6eec6f776e
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue