Commit Graph

35 Commits

Author SHA1 Message Date
Klaus Kämpf
8a2411cc1c Accepting request 399051 from home:stroeder:branches:systemsmanagement
update to 2.1.0.0 and recommend package python-dnspython

OBS-URL: https://build.opensuse.org/request/show/399051
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=65
2016-06-01 09:25:07 +00:00
Klaus Kämpf
16aa74e8be Accepting request 394205 from home:stroeder:branches:systemsmanagement
update to 2.0.2.0

OBS-URL: https://build.opensuse.org/request/show/394205
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=62
2016-05-09 08:35:33 +00:00
Klaus Kämpf
88712c9301 Accepting request 369111 from home:lrupp:branches:systemsmanagement
- update to 2.0.1.0:
  * Fixes a major compatibility break in the synchronize module shipped 
    with 2.0.0.x. That version of synchronize ran sudo on the controller
    prior to running rsync. In 1.9.x and previous, sudo was run on the
    host that rsync connected to. 2.0.1 restores the 1.9.x behaviour.
  * Additionally, several other problems with where synchronize chose
    to run when combined with delegate_to were fixed. In particular, if
    a playbook targetted localhost and then delegated_to a remote host
    the prior behavior (in 1.9.x and 2.0.0.x) was to copy files between
    the src and destination directories on the delegated host. This has
    now been fixed to copy between localhost and the delegated host.
  * Fix a regression where synchronize was unable to deal with unicode paths.
  * Fix a regression where synchronize deals with inventory hosts that
    use localhost but with an alternate port.
  * Fixes a regression where the retry files feature was not implemented.
  * Fixes a regression where the any_errors_fatal option was implemented
    in 2.0 incorrectly, and also adds a feature where any_errors_fatal
    can be set at the block level.
  * Fix tracebacks when playbooks or ansible itself were located in
    directories with unicode characters.
  * Fix bug when sending unicode characters to an external pager
    for display.
  * Fix a bug with squashing loops for special modules (mostly package
    managers). The optimization was squashing when the loop did not
    apply to the selection of packages. This has now been fixed.
  * Temp files created when using vault are now "shredded" using the
    unix shred program which overwrites the file with random data.
  * Some fixes to cloudstack modules for case sensitivity
  * Fix non-newstyle modules (non-python modules and old-style modules)
    to disabled pipelining.

OBS-URL: https://build.opensuse.org/request/show/369111
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=60
2016-03-09 15:11:24 +00:00
Boris Manojlovic
263d5d1c8c Accepting request 359468 from home:evshmarnev:branches:systemsmanagement
- fix_zypper_errorhandling.patch is being deleted

OBS-URL: https://build.opensuse.org/request/show/359468
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=58
2016-02-15 23:25:46 +00:00
Klaus Kämpf
0e2d2f3963 Accepting request 359109 from home:rainbowtux:branches:systemsmanagement
Hopefully I got all ducks in a row now, if not please let me know how I can improve the submission. Thanks a lot!

OBS-URL: https://build.opensuse.org/request/show/359109
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=57
2016-02-15 11:28:25 +00:00
Boris Manojlovic
e745f29a9d Accepting request 340548 from home:M0ses:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/340548
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=55
2015-10-23 13:58:08 +00:00
Lars Vogdt
281ba96cdd - build again on SLE-11-SP4 by ignoring some dependencies that are
not available in the official OBS repository: python-paramiko, 
  python-Jinja2, python-PyYAML, python-pycrypto

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=52
2015-10-11 16:12:47 +00:00
Lars Vogdt
a4b427897c - update to 1.9.4
This release addresses several bugs, most notably those related to
  the yum module (introduced in 1.9.3):
  + Fixes a bug where yum state=latest would error if there were no
    updates to install.
  + Fixes a bug where yum state=latest did not work with wildcard
    package names.
  + Fixes a bug in lineinfile relating to escape sequences.
  + Fixes a bug where vars_prompt was not keeping passwords private
    by default.
  + Fix ansible-galaxy and the hipchat callback plugin to check that
    the host it is contacting matches its TLS Certificate.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=51
2015-10-10 12:14:41 +00:00
Klaus Kämpf
0ec73c0543 Accepting request 331610 from home:robinroth:branches:systemsmanagement
update to 1.9.3
added changelog from https://groups.google.com/forum/#!topic/ansible-announce/EacezxHP_M4

OBS-URL: https://build.opensuse.org/request/show/331610
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=49
2015-09-17 09:17:08 +00:00
Lars Vogdt
7cc33e94d4 add bnc number to CVE
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=47
2015-07-15 09:27:14 +00:00
Lars Vogdt
34adb430df - update to 1.9.2:
- Security fixes to check that hostnames match certificates with 
    https urls (CVE-2015-3908):
    + get_url and uri modules
    + url and etcd lookup plugins
  - Security fixes to the zone (Solaris containers), jail (bsd
    containers), and chroot connection plugins.  These plugins can be
    used to connect to their respective container types in leiu of the
    standard ssh connection.  Prior to this fix being applied these
    connection plugins didn't properly handle symlinks within the containers
    which could lead to files intended to be written to or read from the
    container being written to or read from the host system instead. (CVE
    pending)
  - Fixed a bug in the service module where init scripts were being
    incorrectly used instead of upstart/systemd.
  - Fixed a bug where sudo/su settings were not inherited from
    ansible.cfg correctly.
  - Fixed a bug in the rds module where a traceback may occur due to an
    unbound variable.
  - Fixed a bug where certain remote file systems where the SELinux
    context was not being properly set.
  - Re-enabled several windows modules which had been partially merged
    (via action plugins):
	+ win_copy.ps1
	+ win_copy.py
	+ win_file.ps1
	+ win_file.py
	+ win_template.py
  - Fix bug using with_sequence and a count that is zero.  Also allows
    counting backwards isntead of forwards

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=46
2015-07-15 09:24:10 +00:00
Boris Manojlovic
99a01906bf Accepting request 304448 from home:bmanojlovic:branches:systemsmanagement
- updated to version 1.9.1
  * Fixed a bug related to Kerberos auth when using winrm with a domain account.
  * Fixing several bugs in the s3 module.
  * Fixed a bug with upstart service detection in the service module.
  * Fixed several bugs with the user module when used on OSX.
  * Fixed unicode handling in some module situations (assert and shell/command execution).
  * Fixed a bug in redhat_subscription when using the activationkey parameter.
  * Fixed a traceback in the gce module on EL6 distros when multiple pycrypto installations are available.
  * Added support for PostgreSQL 9.4 in rds_param_group
  * Several other minor fixes.

OBS-URL: https://build.opensuse.org/request/show/304448
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=44
2015-04-28 19:22:00 +00:00
Boris Manojlovic
5f891fc25c Accepting request 293762 from home:bmanojlovic:branches:systemsmanagement
Updated to latest release 1.9.0.1

OBS-URL: https://build.opensuse.org/request/show/293762
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=42
2015-03-31 18:54:06 +00:00
Boris Manojlovic
680310579f Accepting request 287344 from home:bmanojlovic:branches:systemsmanagement
New release push

OBS-URL: https://build.opensuse.org/request/show/287344
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=40
2015-02-23 14:50:21 +00:00
Boris Manojlovic
0f4f6c3a30 Accepting request 264168 from home:bmanojlovic:branches:systemsmanagement
- updated to version 1.8.2 from 1.8.1
  * Windows modules should now be packaged correctly.
  * A bug regarding wildcard grant strings in the mysql_user module has been fixed.
  * Several other bugs regarding the postgresql modules have also been fixed.

OBS-URL: https://build.opensuse.org/request/show/264168
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=38
2014-12-05 15:24:45 +00:00
Boris Manojlovic
b4cc875d8c Accepting request 263657 from home:bmanojlovic:branches:systemsmanagement
- enable build for older RHEL and SLE distributions

OBS-URL: https://build.opensuse.org/request/show/263657
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=35
2014-12-01 18:35:23 +00:00
Boris Manojlovic
f899ee4726 - add python-pywinrm to requirements to enable windows hosts automation
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=34
2014-12-01 18:09:23 +00:00
Boris Manojlovic
612c706a89 Accepting request 263653 from home:bmanojlovic:ansible
- updated package to latest release ## 1.8.1 "You Really Got Me"
  * Various bug fixes in postgresql and mysql modules.
  * Fixed a bug related to lookup plugins used within roles not
    finding files based on the relative paths to the roles files/ directory.
  * Fixed a bug related to vars specified in plays being templated too early,
    resulting in incorrect variable interpolation.
  * Fixed a bug related to git submodules in bare repos.
  * fact caching support, pluggable, initially supports Redis (DOCS pending)
  * 'serial' size in a rolling update can be specified as a percentage
  * added new Jinja2 filters, 'min' and 'max' that take lists
  * new 'ansible_version' variable available contains a dictionary of version info
  * For ec2 dynamic inventory, ec2.ini can has various new configuration options
  * 'ansible vault view filename.yml' opens filename.yml decrypted in a pager.
  * no_log parameter now surpressess data from callbacks/output as well as syslog
  * ansible-galaxy install -f requirements.yml allows advanced options and installs
    from non-galaxy SCM sources and tarballs.
  * command_warnings feature will warn about when usage of the shell/command module
    can be simplified to use core modules - this can be enabled in ansible.cfg
  * new omit value can be used to leave off a parameter when not set, like so
    module_name: a=1 b={{ c | default(omit) }}, would not pass value for b (not even
    an empty value) if c was not set.
  * developers: 'baby JSON' in module responses, originally intended for writing modules
    in bash, is removed as a feature to simplify logic, script module remains available
    for running bash scripts.
  * async jobs started in "fire & forget" mode can now be checked on at a later time.
  * added ability to subcategorize modules for docs.ansible.com
  * added ability for shipped modules to have aliases with symlinks
  * added ability to deprecate older modules by starting with "_" and
    including "deprecated: message why" in module docs
 + New Modules:

OBS-URL: https://build.opensuse.org/request/show/263653
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=33
2014-12-01 18:05:08 +00:00
Klaus Kämpf
4b5e88d141 Accepting request 258481 from home:KGronlund:branches:systemsmanagement
- update to 1.7.2:
  - Fixes a bug in accelerate mode which caused a traceback when trying to use that connection method.
  - Fixes a bug in vault where the password file option was not being used correctly internally.
  - Improved multi-line parsing when using YAML literal blocks (using > or |).
  - Fixed a bug with the file module and the creation of relative symlinks.
  - Fixed a bug where checkmode was not being honored during the templating of files.
  - Other various bug fixes.
- Switch to xz for source package

OBS-URL: https://build.opensuse.org/request/show/258481
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=31
2014-10-28 07:16:12 +00:00
Lars Vogdt
7d1fb61231 - adapt specfile requirements for RedHat and Fedora
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=29
2014-08-17 15:35:44 +00:00
Lars Vogdt
0ee17bf335 - 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

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=28
2014-08-17 15:28:40 +00:00
Lars Vogdt
9166054613 - 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

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=26
2014-07-10 12:53:54 +00:00
Lars Vogdt
4d86097e4e - 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

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=24
2014-06-19 07:48:19 +00:00
Lars Vogdt
f659e13234 - 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.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=22
2014-03-20 23:26:35 +00:00
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
Lars Vogdt
952f63d5aa - update to 1.4.5:
+ fixed issue with permissions being incorrect on 
    fireball/accelerate keys when the umask setting was too loose.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=18
2014-02-27 17:39:28 +00:00
Lars Vogdt
6d6bc70150 - 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

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=17
2014-01-19 03:13:56 +00:00
Lars Vogdt
e35cc63736 - update to 1.4.1:
* Misc fix updates

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=16
2013-12-16 21:29:28 +00:00
Klaus Kämpf
bcdfe9fd79 Accepting request 208814 from home:KGronlund
Upgrade to 1.4, this time without breaking .changes or .spec. Sorry about previous broken SR.

OBS-URL: https://build.opensuse.org/request/show/208814
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=13
2013-12-02 10:39:19 +00:00
Klaus Kämpf
c66dea01e8 Accepting request 205548 from home:KGronlund:branches:systemsmanagement
- Updated .spec file:
  + Remove deprecated fireball and node-fireball packages
  + Add dependency on python-keyczar
  + Add recommends for sshpass
  + Fix build support for RHEL
  + Correct upstream URL
  + Use upstream release package for 1.3.4
  + Re-add CHANGELOG.md
  + Re-added man3 man pages
  + Updated short description to match upstream description

OBS-URL: https://build.opensuse.org/request/show/205548
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=12
2013-11-04 13:01:58 +00:00
Lars Vogdt
28ccd94079 - 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

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=11
2013-10-31 17:30:42 +00:00
Lars Vogdt
574ac94240 - 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

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=10
2013-06-30 20:24:00 +00:00
Lars Vogdt
3f548aeeac - require python-pyzmq on (open)SUSE
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=9
2013-04-25 08:01:37 +00:00
Lars Vogdt
58b250943d - fix build on other distributions than openSUSE
- License in SPDX format
- added rpmlintrc

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=2
2013-04-18 08:00:25 +00:00
d2f8e5d083 Accepting request 171263 from home:lrupp
better changelog entry.
An easy way for managaging multiple servers via SSH....

OBS-URL: https://build.opensuse.org/request/show/171263
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=1
2013-04-17 13:19:34 +00:00