{ "info": { "author": "Florian Schulze", "author_email": "florian.schulze@gmx.net", "bugtrack_url": null, "classifiers": [], "description": "Changelog\n=========\n\n1.0b5 - 2014-06-16\n------------------\n\n* Set user in playbook to the one from the config if it's not set already.\n [fschulze]\n\n* Change default playbook directory from the aws.conf directory to it's parent.\n [fschulze]\n\n\n1.0b4 - 2014-06-11\n------------------\n\n* Added ``playbook`` and ``roles`` config options for instances.\n [fschulze]\n\n* Added ``has_playbook`` and ``configure`` methods to instances.\n [fschulze]\n\n* Added before/after_ansible_configure hooks.\n [fschulze]\n\n\n1.0b3 - 2014-06-09\n------------------\n\n* Use execnet for connections. There is only one ssh connection per host and\n it's reused for all commands.\n [fschulze]\n\n* Make sure the playbook directory is always absolute.\n [fschulze]\n\n* Prevent use of persistent ssh connections, as that easily results in\n connections to wrong jails because of the proxying. This makes ansible a lot\n slower at the moment.\n [fschulze]\n\n* Add support for su and vault (ansible 1.5) as well as ``--force-handlers``\n (ansible 1.6).\n [fschulze]\n\n* Removed ``ansible`` from install requirements. It won't install in a buildout\n so it needs to be installed in a virtualenv or via a system package.\n [fschulze]\n\n\n1.0b2 - 2014-05-15\n------------------\n\n* Add ``configure`` command which is a stripped down variant of the\n ``playbook`` command with assumptions about the location of the yml file.\n [fschulze]\n\n* Warn if a playbook is requested for a host that is not configured in the\n playbook hosts list.\n [fschulze]\n\n* Allow mr.awsome plugins to add ansible variables.\n [fschulze]\n\n* Inject the ansible paths sooner as they may not apply in some cases otherwise.\n [fschulze]\n\n* Moved setuptools-git from setup.py to .travis.yml, it's only needed for\n releases and testing.\n [fschulze]\n\n\n1.0b1 - 2014-03-24\n------------------\n\n* Initial release\n [fschulze]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/fschulze/mr.awsome.ansible", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mr.awsome.ansible", "package_url": "https://pypi.org/project/mr.awsome.ansible/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mr.awsome.ansible/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/fschulze/mr.awsome.ansible" }, "release_url": "https://pypi.org/project/mr.awsome.ansible/1.0b5/", "requires_dist": null, "requires_python": null, "summary": "A plugin for mr.awsome providing integration with Ansible.", "version": "1.0b5" }, "last_serial": 1126670, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "1d731a95a2d6d4cb31938e9570793669", "sha256": "70b5d5eeb87daf09962914bf6d121c5910e1b5cc4432b489880fa64c023d8533" }, "downloads": -1, "filename": "mr.awsome.ansible-1.0b1.zip", "has_sig": false, "md5_digest": "1d731a95a2d6d4cb31938e9570793669", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10341, "upload_time": "2014-03-24T13:22:47", "url": "https://files.pythonhosted.org/packages/87/c9/23c46820f2c6d7603ecc636dcc82cef07b5131ae280a668298c879c0c09a/mr.awsome.ansible-1.0b1.zip" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "9bd8605800e361bf69a695f52e449f45", "sha256": "f97bbcb94dde669c85472ffeaffc49ab30005c2d568a929e349039fb841befb4" }, "downloads": -1, "filename": "mr.awsome.ansible-1.0b2.zip", "has_sig": false, "md5_digest": "9bd8605800e361bf69a695f52e449f45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11828, "upload_time": "2014-05-15T11:19:29", "url": "https://files.pythonhosted.org/packages/21/09/8f5ab0635be263d879184634153c19845c9a2db23a38b8faa1261058fe04/mr.awsome.ansible-1.0b2.zip" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "5e472ba3911b3e581987bbffb771454f", "sha256": "3e969b518cc2e47ea2b5a2d2eedd87e2383bcb49aef0761e085062fcbf743770" }, "downloads": -1, "filename": "mr.awsome.ansible-1.0b3.zip", "has_sig": false, "md5_digest": "5e472ba3911b3e581987bbffb771454f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16970, "upload_time": "2014-06-09T17:56:43", "url": "https://files.pythonhosted.org/packages/b9/da/3681293ea590f122e4b695f685bebc617e96e9a94fa2f6a85b0e2f6bdf39/mr.awsome.ansible-1.0b3.zip" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "0efc56725e881c73a8e067b925909f44", "sha256": "a22c04ec5418052ba056b709b83acdb5b9a87ab51e43aa8aad7ed9b576fe70aa" }, "downloads": -1, "filename": "mr.awsome.ansible-1.0b4.zip", "has_sig": false, "md5_digest": "0efc56725e881c73a8e067b925909f44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18087, "upload_time": "2014-06-11T20:07:45", "url": "https://files.pythonhosted.org/packages/7c/6d/82d5987b61bff2280c831f45780b3960665fbe6760b0d29fd70588cba831/mr.awsome.ansible-1.0b4.zip" } ], "1.0b5": [ { "comment_text": "", "digests": { "md5": "799fd10315c0331b9d73875b7fc6e67c", "sha256": "11c3b320fbfad26f56a8a69835c3dc8027e0b24f1dd537d9f0a7063ff2527e1d" }, "downloads": -1, "filename": "mr.awsome.ansible-1.0b5.zip", "has_sig": false, "md5_digest": "799fd10315c0331b9d73875b7fc6e67c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18397, "upload_time": "2014-06-16T17:15:36", "url": "https://files.pythonhosted.org/packages/52/0b/7934b883f2a59f1da2897434673f2f22675f11d3c3943ed68f56efedbd47/mr.awsome.ansible-1.0b5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "799fd10315c0331b9d73875b7fc6e67c", "sha256": "11c3b320fbfad26f56a8a69835c3dc8027e0b24f1dd537d9f0a7063ff2527e1d" }, "downloads": -1, "filename": "mr.awsome.ansible-1.0b5.zip", "has_sig": false, "md5_digest": "799fd10315c0331b9d73875b7fc6e67c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18397, "upload_time": "2014-06-16T17:15:36", "url": "https://files.pythonhosted.org/packages/52/0b/7934b883f2a59f1da2897434673f2f22675f11d3c3943ed68f56efedbd47/mr.awsome.ansible-1.0b5.zip" } ] }