{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Plugins", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Topic :: Database", "Topic :: Software Development", "Topic :: System", "Topic :: Terminals" ], "description": "ansible-apply: apply remote tasks, supports command line inventory\n==================================================================\n\nAnsible-apply takes the tasks file spec as first argument::\n\n ansible-apply role.name\n ansible-apply role.name/some_tasks\n ansible-apply https://some/playbook.yml\n ansible-apply ./playbook.yml\n\nIt will automatically download the playbook or role if not found.\n\nThen, the command takes any number of hosts and inventory variables on\nthe command line::\n\n ansible-apply role.name server1 server2 update=true\n\nFinnaly, any argument passed with dashes are forwarded to the\nansible-playbook command it generates, but named args must use the ``=``\nnotation, and not a space to not confuse the command line parser::\n\n # works:\n ansible-apply role.name server2 update=true --become-user=root\n # does not:\n ansible-apply role.name server2 update=true --become-user root", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://yourlabs.io/oss/ansible-apply", "keywords": "automation cli", "license": "", "maintainer": "", "maintainer_email": "", "name": "ansible-apply", "package_url": "https://pypi.org/project/ansible-apply/", "platform": "", "project_url": "https://pypi.org/project/ansible-apply/", "project_urls": { "Homepage": "https://yourlabs.io/oss/ansible-apply" }, "release_url": "https://pypi.org/project/ansible-apply/0.1.2/", "requires_dist": null, "requires_python": ">=3", "summary": "apply remote tasks, supports command line inventory", "version": "0.1.2" }, "last_serial": 4857022, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "81bc377edd182178a7090b1587f0072d", "sha256": "975bfb9c14a767fda63fdc98cedaf12197bb5181bd515318a13a3968730b33e6" }, "downloads": -1, "filename": "ansible-apply-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81bc377edd182178a7090b1587f0072d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 1678, "upload_time": "2019-02-23T03:11:09", "url": "https://files.pythonhosted.org/packages/99/86/400469740cdabe451f651526f43010f7d87cf3cdc196f0e8c4d3667c6f75/ansible-apply-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "65842d89abb6a1fde7bcd999b765137f", "sha256": "4f07ccd308c05a57d82caada9af01d5a5c43bdc0909ed21bd469cc5df8647a55" }, "downloads": -1, "filename": "ansible-apply-0.1.2.tar.gz", "has_sig": false, "md5_digest": "65842d89abb6a1fde7bcd999b765137f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 1676, "upload_time": "2019-02-23T03:11:25", "url": "https://files.pythonhosted.org/packages/bf/33/4e5829dfb0c64b2b4f4b24a0f0792133e03cdb950ea5dcccc831d75a2a52/ansible-apply-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65842d89abb6a1fde7bcd999b765137f", "sha256": "4f07ccd308c05a57d82caada9af01d5a5c43bdc0909ed21bd469cc5df8647a55" }, "downloads": -1, "filename": "ansible-apply-0.1.2.tar.gz", "has_sig": false, "md5_digest": "65842d89abb6a1fde7bcd999b765137f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 1676, "upload_time": "2019-02-23T03:11:25", "url": "https://files.pythonhosted.org/packages/bf/33/4e5829dfb0c64b2b4f4b24a0f0792133e03cdb950ea5dcccc831d75a2a52/ansible-apply-0.1.2.tar.gz" } ] }