Update changelog
parent
f8c97d6e79
commit
db8d9a6ea7
|
@ -11,6 +11,7 @@ Highlighted new features:
|
||||||
* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
|
* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
|
||||||
* --extra-vars can now take a file as input "-e @filename"
|
* --extra-vars can now take a file as input "-e @filename"
|
||||||
* external inventory scripts may now return host variables in one pass, which allows them to be much for efficient for large numbers of hosts
|
* external inventory scripts may now return host variables in one pass, which allows them to be much for efficient for large numbers of hosts
|
||||||
|
* if --forks exceeds the numbers of hosts, it will be automatically reduced, set forks to 0 and you get "as many forks as I have hosts" out of the box.
|
||||||
|
|
||||||
New modules:
|
New modules:
|
||||||
|
|
||||||
|
@ -29,6 +30,7 @@ New modules:
|
||||||
* packaging: rpm_key -- adds or removes RPM signing keys
|
* packaging: rpm_key -- adds or removes RPM signing keys
|
||||||
* monitoring: boundary_meter -- adds or removes boundary.com meters
|
* monitoring: boundary_meter -- adds or removes boundary.com meters
|
||||||
* net_infrastructure: dnsmadeeasy - manipulate DnsMadeEasy records
|
* net_infrastructure: dnsmadeeasy - manipulate DnsMadeEasy records
|
||||||
|
* files: synchronize -- a wrapper around making rsync easy to understand
|
||||||
|
|
||||||
Misc changes:
|
Misc changes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue