mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
update changelog
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -11,8 +11,12 @@ Major new features:
|
|||||||
New modules:
|
New modules:
|
||||||
|
|
||||||
* notifications: datadog_event -- send data to datadog
|
* notifications: datadog_event -- send data to datadog
|
||||||
* cloud: digital_ocean -- module for digital ocean provisioning
|
* cloud: digital_ocean -- module for digital ocean provisioning, also includes inventory module
|
||||||
* cloud: rds -- Amazon relational database service
|
* cloud: rds -- Amazon relational database service
|
||||||
|
* cloud: linode -- also included, an inventory module
|
||||||
|
* net_infrastructure: arista_
|
||||||
|
* system: stat -- reports on stat(istics) of remote files, for use with 'register'
|
||||||
|
* htpasswd -- manipulate htpasswd files
|
||||||
|
|
||||||
Misc changes:
|
Misc changes:
|
||||||
|
|
||||||
@@ -38,6 +42,17 @@ Misc changes:
|
|||||||
* fixes for device facts with multiple PCI domains
|
* fixes for device facts with multiple PCI domains
|
||||||
* added "with_inventory_hostnames" lookup plugin, which can take a pattern and loop over hostnames matching the pattern and is great for use with delegate_to and so on.
|
* added "with_inventory_hostnames" lookup plugin, which can take a pattern and loop over hostnames matching the pattern and is great for use with delegate_to and so on.
|
||||||
* ec2 module supports adding to multiple security groups
|
* ec2 module supports adding to multiple security groups
|
||||||
|
* cloudformation module fix down the error path, removed 'wait_for' parameter
|
||||||
|
* added --only-if-changed to ansible-pull, which runs only if the repo has changes (not default)
|
||||||
|
* added 'mandatory', a Jinja2 filter that checks if a variable is defined: {{ foo|mandatory }}
|
||||||
|
* added support for multiple size formats to the lvol module
|
||||||
|
* timing reporting on wait_for module now includes the delay time
|
||||||
|
* IRC module can now send a server password
|
||||||
|
* "~" now expanded on each component of configured plugin paths
|
||||||
|
* fix for easy_install module when dealing with virtualenv
|
||||||
|
* rackspace module now explicitly indicates rackspace vs vanilla openstack
|
||||||
|
* add_host module does not report changed=True any longer
|
||||||
|
* explanatory error message when using fireball with sudo message has been improved
|
||||||
|
|
||||||
1.2 "Right Now" -- June 10, 2013
|
1.2 "Right Now" -- June 10, 2013
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user