summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2013-12-02 22:54:46 +0000
committerhubertf <hubertf@pkgsrc.org>2013-12-02 22:54:46 +0000
commit7ed646d212ef46a2f4c77009385767206a01844d (patch)
tree8baf4a1e5089b9b6f226d59299e2486389dc44d8 /doc
parent9243a3c58c32318fb933b03bb95a732f00c408bc (diff)
downloadpkgsrc-7ed646d212ef46a2f4c77009385767206a01844d.tar.gz
Update ansible to 1.4.1.
Some changes: * Many new modules, sorted in the following subdirs: cloud commands database files internal inventory messaging monitoring net_infrastructure network notification packaging source_control system utilities web_infrastructure * accelerated mode: An enhanced fireball mode that requires zero bootstrapping and fewer requirements plus adds capabilities like sudo commands * Connection default is now "smart", which discovers if the system openssh can support ControlPersist, and uses it if so, if not falls back to paramiko * external inventory scripts may now return host variables in one pass, which allows them to be much more efficient for large numbers of hosts (AWS!) * "~" now expanded on each component of configured plugin paths * Countless feature enhancements and bugfixes For a full list, see https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20133
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013
index 6943e1be0cd..61b0ef9a904 100644
--- a/doc/CHANGES-2013
+++ b/doc/CHANGES-2013
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.4326 2013/12/02 20:08:53 adam Exp $
+$NetBSD: CHANGES-2013,v 1.4327 2013/12/02 22:55:17 hubertf Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -6285,3 +6285,4 @@ Changes to the packages collection and infrastructure in 2013:
Updated print/tex-collection-genericrecommended-doc to 2013 [minskim 2013-12-02]
Updated finance/tex-euro-doc to 1.1pl22191 [minskim 2013-12-02]
Updated archivers/lhasa to 0.2.0 [adam 2013-12-02]
+ Updated sysutils/ansible to 1.4.1 [hubertf 2013-12-02]