SHA256
15
0
forked from pool/ansible

Commit Graph

  • 211edd8c73 Accepting request 287344 from home:bmanojlovic:branches:systemsmanagement Boris Manojlovic 2015-02-23 14:50:21 +00:00
  • e8f43c21de Accepting request 264169 from systemsmanagement Dominique Leuenberger 2014-12-10 22:44:16 +00:00
  • bd360d97fb Accepting request 264168 from home:bmanojlovic:branches:systemsmanagement Boris Manojlovic 2014-12-05 15:24:45 +00:00
  • a0ce6278f0 Accepting request 263661 from home:bmanojlovic:branches:systemsmanagement Boris Manojlovic 2014-12-01 18:49:31 +00:00
  • 292eabfec4 Accepting request 263659 from home:bmanojlovic:branches:systemsmanagement Boris Manojlovic 2014-12-01 18:44:46 +00:00
  • 63a237b9a6 Accepting request 263657 from home:bmanojlovic:branches:systemsmanagement Boris Manojlovic 2014-12-01 18:35:23 +00:00
  • ffb81fd5c9 - add python-pywinrm to requirements to enable windows hosts automation Boris Manojlovic 2014-12-01 18:09:23 +00:00
  • 062936e9e2 Accepting request 263653 from home:bmanojlovic:ansible Boris Manojlovic 2014-12-01 18:05:08 +00:00
  • 213cfaaf5a Accepting request 258592 from systemsmanagement Stephan Kulow 2014-10-29 20:10:15 +00:00
  • 4ad5c052fd Accepting request 258481 from home:KGronlund:branches:systemsmanagement Klaus Kämpf 2014-10-28 07:16:12 +00:00
  • a6a70cb464 Accepting request 246146 from systemsmanagement Stephan Kulow 2014-08-25 09:05:04 +00:00
  • 5fbef0dddc - adapt specfile requirements for RedHat and Fedora Lars Vogdt 2014-08-17 15:35:44 +00:00
  • 297005e767 - update to 1.7.1: Major new features: + Windows support (alpha) using native PowerShell remoting + Tasks can now specify run_once: true, meaning they will be executed exactly once. This can be combined with delegate_to to trigger actions you want done just the one time versus for every host in inventory. New Modules: + cloud: azure + cloud: rax_meta + cloud: rax_scaling_group + cloud: rax_scaling_policy + windows: version of setup module + windows: version of slurp module + windows: win_feature + windows: win_get_url + windows: win_msi + windows: win_ping + windows: win_user + windows: win_service + windows: win_group New inventory scripts: + SoftLayer + Windows Azure Docker module bug fixes: + Fixed support for specifying rw/ro bind modes for volumes + Fixed support for allowing the tag in the image parameter Other notable changes: + Performance enhancements related to previous security fixes, which could cause slowness when modules returned very large JSON results. This specifically impacted the unarchive module frequently, which Lars Vogdt 2014-08-17 15:28:40 +00:00
  • 9cb3e59750 Accepting request 241351 from systemsmanagement Stephan Kulow 2014-07-21 19:39:42 +00:00
  • 26290db500 - update to 1.6.6: * Security updates to further protect against the incorrect execution of untrusted data * Additional tweaks to prevent the incorrect execution of untrusted data * Security update to prevent local operations from executing as the result of specifically crafted untrusted data Lars Vogdt 2014-07-10 12:53:54 +00:00
  • 87a5fcaaa8 Accepting request 238757 from systemsmanagement Stephan Kulow 2014-06-30 19:45:07 +00:00
  • fc7e499634 - update to 1.6.3: * The deprecated legacy variable templating system has been finally removed. Use {{ foo }} always not $foo or ${foo}. * Any data file can also be JSON. Use sparingly -- with great power comes great responsibility. Starting file with "{" or "[" denotes JSON. * Added 'gathering' param for ansible.cfg to change the default gather_facts policy. * Accelerate improvements: + multiple users can connect with different keys, when accelerate_multi_key = yes is specified in the ansible.cfg. + daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch. * ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures. * Added VMWare support with the vsphere_guest module. * many new modules and ther notable changes, please read /usr/share/doc/packages/ansible/CHANGELOG.md for details - use new upstream URL(s) - require python-httplib2 and python-setuptools - ignore "wrong" permissions of synchronize.py - ignore rpmlint warning about requiring python-httplib2 explicitely Lars Vogdt 2014-06-19 07:48:19 +00:00
  • 2235a3f645 Accepting request 226917 from systemsmanagement Stephan Kulow 2014-03-21 12:51:52 +00:00
  • 8b7970f2e3 - update to 1.5.3: * Fixes to the git module related to host key checking * Force command action to not be executed by the shell unless specifically enabled. * Validate SSL certs accessed through urllib*. * Implement new default cipher class AES256 in ansible-vault. * Misc bug fixes. Lars Vogdt 2014-03-20 23:26:35 +00:00
  • f5b0ea73fb Accepting request 225686 from systemsmanagement Tomáš Chvátal 2014-03-19 08:40:55 +00:00
  • c2608b54a6 fix build Lars Vogdt 2014-03-08 16:45:38 +00:00
  • 9894c33517 - 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) Lars Vogdt 2014-03-08 11:12:26 +00:00
  • 285c8e3c06 - update to 1.4.5: + fixed issue with permissions being incorrect on fireball/accelerate keys when the umask setting was too loose. Lars Vogdt 2014-02-27 17:39:28 +00:00
  • d9bd9f0b32 - update to 1.4.4: + Fixed issue with newer versions of pip not having --use-mirrors + Fixed role_path parsing from ansible.cfg + Fixed default role templates + Fixed a few bugs related to unicode + Fixed errors in the ssh connection method with large data returns + Miscellaneous fixes for a few modules + Add the ansible-galaxy command Lars Vogdt 2014-01-19 03:13:56 +00:00
  • a17a2f8de0 - update to 1.4.1: * Misc fix updates Lars Vogdt 2013-12-16 21:29:28 +00:00
  • 7569b8bdb4 update to 1.4.1 Lars Vogdt 2013-12-16 21:27:08 +00:00
  • 9ba93675ac OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=14 Lars Vogdt 2013-12-16 21:26:17 +00:00
  • 1b75b16c55 Accepting request 208814 from home:KGronlund Klaus Kämpf 2013-12-02 10:39:19 +00:00
  • 66d649af8f Accepting request 205548 from home:KGronlund:branches:systemsmanagement Klaus Kämpf 2013-11-04 13:01:58 +00:00
  • 7b95a2cf42 - update to 1.3.4: Highlighted new features: + accelerated mode: An enhanced fireball mode that requires zero bootstrapping and fewer requirements plus adds capabilities like sudo commands. + role defaults: Allows roles to define a set of variables at the lowest priority. These variables can be overridden by any other variable. + new /etc/ansible/facts.d allows JSON or INI-style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact. + added the ability to make undefined template variables raise errors (see ansible.cfg) + (DOCS PENDING) sudo: True/False and sudo_user: True/False can be set at include and role level + added changed_when: (expression) which allows overriding whether a result is changed or not and can work with registered expressions + --extra-vars can now take a file as input, e.g., "-e @filename" and can also be formatted as YAML + external inventory scripts may now return host variables in one pass, which allows them to be much more 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. + enabled error_on_undefined_vars by default, which will make errors in playbooks more obvious + role dependencies -- one role can now pull in another, with parameters of its own. + added the ability to have tasks execute even during a check Lars Vogdt 2013-10-31 17:30:42 +00:00
  • abed56172a - update to 1.2: + new feature: roles + massively improved variable support and conditionals + Pre and Post tasks provide greater controls to make rolling updates even smoother + added 32 new modules: ++ including a openSUSE package management module ++ added team chat notification modules for Flowdock, Hipchat, Campfire, IRC, and more ++ added monitoring modules to interact with New Relic, Airbrake, Pingdom, Pagerduty and Monit - added CHANGELOG.md to /usr/share/doc/packages/ansible/ to have the complete changelog at hand Lars Vogdt 2013-06-30 20:24:00 +00:00
  • a350256565 - require python-pyzmq on (open)SUSE Lars Vogdt 2013-04-25 08:01:37 +00:00
  • cade42d1f2 fix dependency rules Lars Vogdt 2013-04-18 08:57:34 +00:00
  • a7cb0dd746 simplify distribution macro lines Lars Vogdt 2013-04-18 08:49:44 +00:00
  • e3536f4fa9 fix release number Lars Vogdt 2013-04-18 08:46:53 +00:00
  • ee406f6d3a avoid duplication release entry Lars Vogdt 2013-04-18 08:29:28 +00:00
  • e7f0b85af5 added ansible-rpmlintrc Lars Vogdt 2013-04-18 08:20:25 +00:00
  • ea8dcd24dd fix RHEL 6 Lars Vogdt 2013-04-18 08:11:26 +00:00
  • cff9b7ae5f - fix build on other distributions than openSUSE - License in SPDX format - added rpmlintrc Lars Vogdt 2013-04-18 08:00:25 +00:00
  • 115119609b Accepting request 171263 from home:lrupp Marcus Rueckert 2013-04-17 13:19:34 +00:00