From b46505d59d7d96dfe30276b169c741489bab0f75 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 19 Nov 2012 14:18:55 -0500 Subject: [PATCH] Update changelog and contrib.rst --- CHANGELOG.md | 14 ++++++++++++++ docsite/rst/contrib.rst | 32 ++++++++++++-------------------- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2afe2255..17e30dd2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,12 +24,22 @@ Other core changes: * various output formatting fixes/improvements * fix for Xen dom0/domU detection in default facts * 'ansible_domain' fact now available (ex value: example.com) +* native ssh connection type (-c ssh) now supports passwords as well as keys +* configured remote temp location is now always used even for root +* 'register'-ed variables are not recorded for skipped hosts (for example, using only_if/when) +* duplicate host records for the same host can no longer result when a host is listed in multiple groups +* ansible-pull now passes --limit to prevent running on multiple hosts when used with generic playbooks +* remote md5sum check fixes for Solaris 10 +* ability to configure syslog facility used by remote module calls +* in templating, stray '$' characters are now handled more correctly Playbook changes: * relative paths now work for 'first_available_file' * various templating engine fixes * 'when' is an easier form of only if +* --list-hosts on the playbook command now supports multiple playbooks on the same command line +* playbook includes can now be parameterized Module additions: @@ -42,13 +52,17 @@ Module additions: Modules changes: * (authorized key) module uses temp file now to prevent failure on full disk +* (fetch) now uses the 'slurp' internal code to work as you would expect under sudo'ed accounts +* (fetch) internal usage of md5 sums fixed for BSD * (get_url) thirsty is no longer required for directory destinations * (git) various git module improvements/tweaks +* (group) now subclassed for various platforms, includes SunOS support * (mysql_db) module takes new grant options * (lineinfile) create= option on lineinfile can create the file when it does not exist * (postgresql_db) module now takes role_attr_flags * (service) further upgrades to service module service status reporting * (service) tweaks to get service module to play nice with BSD style service systems (rc.conf) +* (service) possible to pass additional arguments to services * (shell) and command module now take an 'executable=' flag for specifying an alternate shell than /bin/sh * (user) ability to create SSH keys for users when using user module to create users * (user) atomic replacement of files preserves permissions of original file diff --git a/docsite/rst/contrib.rst b/docsite/rst/contrib.rst index cd56853eae..c9253ad394 100644 --- a/docsite/rst/contrib.rst +++ b/docsite/rst/contrib.rst @@ -11,16 +11,14 @@ Ansible Modules Ansible modules are a way of adding new client-side logic to ansible. They can be written in any language. -- `Official "core" ansible - modules `_ - various -- `mercurial `_ - - bradobro -- `zypper (bash module - example) `_ - jp\_mens +- `Official "core" ansible modules `_ - various +- `mercurial `_ - bradobro +- `zypper (bash module example) `_ - jp\_mens - `homebrew `_ - swehack -- `Ansible-Provisioning `_ - jhoekx and dagwieers +- `additional provisioning-related modules `_ - jhoekx and dagwieers +- `dynamic dns updates `_ - jp\_mens -Python modules using 0.6 and later can use the common "AnsibleModule" +Python modules using 0.6 and later can and should use the common "AnsibleModule" class to dramatically reduce the amount of boilerplate code required. Not all modules above yet take advantage of this feature. See the official documentation for more details. @@ -34,19 +32,12 @@ from scratch for most applications, but it's always helpful to look at what others have done for reference. - `Hadoop `_ - jkleint -- `LAMP `_ - `Four - Kitchens `_ -- `Ganglia (demo) `_ - - mpdehaan -- `Nginx `_ - - cocoy +- `LAMP `_ - `Four Kitchens `_ +- `Ganglia (demo) `_ - mpdehaan +- `Nginx `_ - cocoy - `OpenStack `_ - lorin -- `Systems - Configuration `_ - - cegeddin -- `Fedora - Infrastructure `_ - - `Fedora `_ +- `Systems Configuration `_ - cegeddin +- `Fedora Infrastructure `_ - `Fedora `_ Callbacks and Plugins ````````````````````` @@ -70,6 +61,7 @@ integrations with other interesting pieces of software. - `virt-install `_ - skvidal - `rebooting hosts `_ - skvidal - `uptime (API demo) `_ - mpdehaan +- `vim snippet generator `_ - bleader Blogs & Articles ````````````````