Metadata-Version: 1.0
Name: ploy_ansible
Version: 1.0b7
Summary: Plugin to integrate Ansible with ploy.
Home-page: http://github.com/ployground/ploy_ansible
Author: Florian Schulze
Author-email: florian.schulze@gmx.net
License: GPLv3
Description: Changelog
        =========
        
        1.0b7 - 2014-07-08
        ------------------
        
        * Packaging and test fixes.
          [fschulze]
        
        
        1.0b6 - 2014-07-04
        ------------------
        
        * Use unique instance id to avoid issues.
          [fschulze]
        
        * Renamed mr.awsome to ploy and mr.awsome.ansible to ploy_ansible.
          [fschulze]
        
        
        1.0b5 - 2014-06-16
        ------------------
        
        * Set user in playbook to the one from the config if it's not set already.
          [fschulze]
        
        * Change default playbook directory from the aws.conf directory to it's parent.
          [fschulze]
        
        
        1.0b4 - 2014-06-11
        ------------------
        
        * Added ``playbook`` and ``roles`` config options for instances.
          [fschulze]
        
        * Added ``has_playbook`` and ``configure`` methods to instances.
          [fschulze]
        
        * Added before/after_ansible_configure hooks.
          [fschulze]
        
        
        1.0b3 - 2014-06-09
        ------------------
        
        * Use execnet for connections. There is only one ssh connection per host and
          it's reused for all commands.
          [fschulze]
        
        * Make sure the playbook directory is always absolute.
          [fschulze]
        
        * Prevent use of persistent ssh connections, as that easily results in
          connections to wrong jails because of the proxying. This makes ansible a lot
          slower at the moment.
          [fschulze]
        
        * Add support for su and vault (ansible 1.5) as well as ``--force-handlers``
          (ansible 1.6).
          [fschulze]
        
        * Removed ``ansible`` from install requirements. It won't install in a buildout
          so it needs to be installed in a virtualenv or via a system package.
          [fschulze]
        
        
        1.0b2 - 2014-05-15
        ------------------
        
        * Add ``configure`` command which is a stripped down variant of the
          ``playbook`` command with assumptions about the location of the yml file.
          [fschulze]
        
        * Warn if a playbook is requested for a host that is not configured in the
          playbook hosts list.
          [fschulze]
        
        * Allow mr.awsome plugins to add ansible variables.
          [fschulze]
        
        * Inject the ansible paths sooner as they may not apply in some cases otherwise.
          [fschulze]
        
        * Moved setuptools-git from setup.py to .travis.yml, it's only needed for
          releases and testing.
          [fschulze]
        
        
        1.0b1 - 2014-03-24
        ------------------
        
        * Initial release
          [fschulze]
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
