mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update changelog
This commit is contained in:
parent
6dd93fa964
commit
75cadeebcb
1 changed files with 16 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -11,8 +11,12 @@ Major new features:
|
|||
New modules:
|
||||
|
||||
* 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: 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:
|
||||
|
||||
|
@ -38,6 +42,17 @@ Misc changes:
|
|||
* 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.
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue