{ "info": { "author": "Marc Abramowitz", "author_email": "mmsabramo@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Testing" ], "description": "ansible-role-apply\n==================\n\nApply a single Ansible role to host(s) easily\n\nExample usage\n-------------\n\n.. code-block:: bash\n\n $ ansible-role-apply --help\n Usage: ansible-role-apply [OPTIONS] ROLE HOSTS\n\n Options:\n -s, --sudo / --no-sudo\n --show-playbook / --no-show-playbook\n --help Show this message and exit.\n\n $ ansible-role-apply docker vagrant --sudo\n ...\n PLAY [vagrant] ****************************************************************\n\n GATHERING FACTS ***************************************************************\n ok: [vagrant]\n ...\n PLAY RECAP ********************************************************************\n vagrant : ok=16 changed=1 unreachable=0 failed=0\n\n $ ansible-role-apply docker vagrant --sudo --show-playbook\n -------------------------------------------------------------------------------\n #!/usr/bin/env ansible-playbook\n ---\n - hosts:\n - vagrant\n roles:\n - docker\n sudo: True\n -------------------------------------------------------------------------------\n\n |---> plugin activated: /Users/marca/dev/surveymonkey/smstack/smstack/ansible/plugins/no_hosts_matched_fail.pyc\n |---> plugin activated: /Users/marca/dev/surveymonkey/smstack/smstack/ansible/plugins/sm_app_role.pyc\n |---> plugin activated: /Users/marca/dev/surveymonkey/smstack/smstack/ansible/plugins/teamcity_messages.pyc\n\n PLAY [vagrant] ****************************************************************\n ...\n PLAY RECAP ********************************************************************\n vagrant : ok=16 changed=1 unreachable=0 failed=0", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/msabramo/ansible-role-apply", "keywords": "ansible", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ansible_role_apply", "package_url": "https://pypi.org/project/ansible_role_apply/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ansible_role_apply/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/msabramo/ansible-role-apply" }, "release_url": "https://pypi.org/project/ansible_role_apply/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Apply a single Ansible role to host(s) easily", "version": "0.0.0" }, "last_serial": 1620684, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "4975aa5a577f58f03e69a7af69cd3159", "sha256": "69e9924e96af71ff4be969b60437935dbdde974669321e6eff81c26249168fe3" }, "downloads": -1, "filename": "ansible_role_apply-0.0.0.tar.gz", "has_sig": false, "md5_digest": "4975aa5a577f58f03e69a7af69cd3159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1900, "upload_time": "2015-07-06T06:38:18", "url": "https://files.pythonhosted.org/packages/f0/4c/9e57d5279deb76d7cd57444abd50caffaacae98eff5a4d7a8ad8c3872f26/ansible_role_apply-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4975aa5a577f58f03e69a7af69cd3159", "sha256": "69e9924e96af71ff4be969b60437935dbdde974669321e6eff81c26249168fe3" }, "downloads": -1, "filename": "ansible_role_apply-0.0.0.tar.gz", "has_sig": false, "md5_digest": "4975aa5a577f58f03e69a7af69cd3159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1900, "upload_time": "2015-07-06T06:38:18", "url": "https://files.pythonhosted.org/packages/f0/4c/9e57d5279deb76d7cd57444abd50caffaacae98eff5a4d7a8ad8c3872f26/ansible_role_apply-0.0.0.tar.gz" } ] }