Commit Graph

18 Commits

Author SHA1 Message Date
Lars Vogdt
4eac4678ff fix build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=20
2014-03-08 16:45:38 +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
0c0d415ac4 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=14 2013-12-16 21:26:17 +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
9fbd8ba61c fix dependency rules
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=8
2013-04-18 08:57:34 +00:00
Lars Vogdt
3334dc3cfa simplify distribution macro lines
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=7
2013-04-18 08:49:44 +00:00
Lars Vogdt
dbe44d5188 fix release number
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=6
2013-04-18 08:46:53 +00:00
Lars Vogdt
1dfcf713da avoid duplication release entry
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=5
2013-04-18 08:29:28 +00:00
Lars Vogdt
1a4fa48670 added ansible-rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=4
2013-04-18 08:20:25 +00:00
Lars Vogdt
35aaa09c17 fix RHEL 6
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=3
2013-04-18 08:11:26 +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