Go to file
Lars Vogdt 33f54fb95b - update to 1.5:
Major features/changes:
  * when_foo which was previously deprecated is now removed, use 
    "when:" instead.  Code generates appropriate error suggestion.
  * include + with_items which was previously deprecated is now 
    removed, ditto.  Use with_nested / with_together, etc.
  * only_if, which is much older than when_foo and was deprecated, 
    is similarly removed.
  * ssh connection plugin is now more efficient if you add 
    'pipelining=True' in ansible.cfg under [ssh_connection], 
    see example.cfg
  * localhost/127.0.0.1 is not required to be in inventory if 
    referenced, if not in inventory, it does not implicitly appear 
    in the 'all' group.
  * git module has new parameters (accept_hostkey, key_file, ssh_opts) 
    to ease the usage of git and ssh protocols. 
  * when using accelerate mode, the daemon will now be restarted 
    when specifying a different remote_user between plays.
  * added no_log: option for tasks. When used, no logging information 
    will be sent to syslog during the module execution.
  * acl module now handles 'default' and allows for either shorthand 
    entry or specific fields per entry section
  * play_hosts is a new magic variable to provide a list of hosts 
    in scope for the current play.
  * ec2 module now accepts 'exact_count' and 'count_tag' as a way to 
    enforce a running number of nodes by tags.
  * all ec2 modules that work with Eucalyptus also now support a 
    'validate_certs' option, which can be set to 'off' for installations 
    using self-signed certs.
  * Start of new integration test infrastructure (WIP)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=19
2014-03-08 11:12:26 +00:00
.gitattributes Accepting request 171263 from home:lrupp 2013-04-17 13:19:34 +00:00
ansible-1.5.tar.bz2 - update to 1.5: 2014-03-08 11:12:26 +00:00
ansible-rpmlintrc added ansible-rpmlintrc 2013-04-18 08:20:25 +00:00
ansible.changes - update to 1.5: 2014-03-08 11:12:26 +00:00
ansible.spec - update to 1.5: 2014-03-08 11:12:26 +00:00
CHANGELOG.md - update to 1.5: 2014-03-08 11:12:26 +00:00