{ "info": { "author": "Kevin Wood,Terry Howe", "author_email": "kevin.wood@example.com", "bugtrack_url": null, "classifiers": [], "description": "Ansible Modules for DC/OS\n=========================\n\nAnsible modules for DC/OS.\n\n.. image:: https://img.shields.io/pypi/v/ansible-modules-dcos.svg\n :alt: Latest version\n :target: https://pypi.python.org/pypi/ansible-modules-dcos/\n\nUsage\n-----\n\nCreate a user::\n\n - hosts: localhost\n tasks:\n - dcos_user: \n uid: \"bobslydell\"\n description: 'bobslydell'\n password: 'fooBar123ASDF'\n state: present\n dcos_credentials: \"{{ dcos_facts.ansible_facts.dcos_credentials }}\"\n\nCreate a group::\n\n - dcos_group: gid=\"bobs\" description='the bobs'\n\nCreate a ACL::\n\n - dcos_acl:\n rid: \"dcos:adminrouter:service:marathon-bobs\"\n description: \"Bob acl\"\n\nAdd user to ACL::\n\n - dcos_acl_user:\n rid: \"dcos:adminrouter:service:marathon-bobs\"\n uid: \"bobslydell\"\n permission: \"read\"\n\nAdd group to ACL::\n\n - dcos_acl_group:\n rid: \"dcos:adminrouter:service:marathon-bobs\"\n gid: \"bobs\"\n permission: \"read\"\n\nPrint the DC/OS token::\n\n - debug: msg=\"{{lookup('dcos_token')}}\"\n\nPrint the DC/OS token header::\n\n - debug: msg=\"{{lookup('dcos_token_header')}}\"\n\nGet marathon leader::\n\n - dcos_marathon_leader:\n register: marathon\n\nLicense\n-------\n\nMIT", "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/TerryHowe/ansible-modules-dcos", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ansible-modules-dcos", "package_url": "https://pypi.org/project/ansible-modules-dcos/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ansible-modules-dcos/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/TerryHowe/ansible-modules-dcos" }, "release_url": "https://pypi.org/project/ansible-modules-dcos/1.4.0/", "requires_dist": null, "requires_python": null, "summary": "DCOS Ansible Modules", "version": "1.4.0" }, "last_serial": 2469621, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "36051b9b06af2e3e7e1bf9e78ed873d7", "sha256": "567e4776bc50338b638a9ff85b12d6a4eb7c298e78cbf3aed9bda70bfc2fc918" }, "downloads": -1, "filename": "ansible-modules-dcos-0.1.tar.gz", "has_sig": false, "md5_digest": "36051b9b06af2e3e7e1bf9e78ed873d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5611, "upload_time": "2016-10-11T19:34:27", "url": "https://files.pythonhosted.org/packages/0f/57/fece73edf1fd34c095a58f51d0bdef053c3c3d6b6877b00bf7574f7bf4d6/ansible-modules-dcos-0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "6f29ee741632be192021efb4721674c9", "sha256": "ec8a0602a7f3680223438775b7c6ab6cb0c5c61945851f25fa51a6caf98c6c62" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6f29ee741632be192021efb4721674c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5350, "upload_time": "2016-10-15T14:49:43", "url": "https://files.pythonhosted.org/packages/7d/b0/f7c763772297fd220b82872e10ce4f3b09fdaa5c68e9f13c038a9fa6c28f/ansible-modules-dcos-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "97bea0feb907e13c00b62840f5e7a608", "sha256": "3fa8c30293b398bf157e6362620d02eff32684fa55368074e3fdcd2b364d4be5" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.2.tar.gz", "has_sig": false, "md5_digest": "97bea0feb907e13c00b62840f5e7a608", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5363, "upload_time": "2016-10-15T14:55:16", "url": "https://files.pythonhosted.org/packages/60/e0/3a2b33ea0a8e38264f0238ee1e7fb7060554fc7d7829dd14e916116390c2/ansible-modules-dcos-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "15e4b02ce8ad820f0bb408798ede55dd", "sha256": "bd2ee901f3bfda62e83479dade3398023bc7f5ffcaffb01f838f13a42280c8bf" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.3.tar.gz", "has_sig": false, "md5_digest": "15e4b02ce8ad820f0bb408798ede55dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5471, "upload_time": "2016-10-15T15:05:01", "url": "https://files.pythonhosted.org/packages/42/5f/5c117fde5af956657e69dc0c2be3a12c53b71de9dbc047a63c2b6b752803/ansible-modules-dcos-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "e81f4a7e5b4ca1a37f0f65f3ea6e87a8", "sha256": "4042da875834675d29e7308329f9e841f8a221d50d0eb959d274de8d14f8b95d" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.4.tar.gz", "has_sig": false, "md5_digest": "e81f4a7e5b4ca1a37f0f65f3ea6e87a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5563, "upload_time": "2016-10-15T15:22:11", "url": "https://files.pythonhosted.org/packages/e4/c5/638748ba087e89fe241815c05e4477f07c75d1e84952d038763b3004cf4d/ansible-modules-dcos-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "cdc3cdc558ab577d7e9e60e7e4cd85b2", "sha256": "578e44c32382caafa09eca10cd134d4d3bd01d7a0d521b76b8f00c40343a002e" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.5.tar.gz", "has_sig": false, "md5_digest": "cdc3cdc558ab577d7e9e60e7e4cd85b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5568, "upload_time": "2016-10-15T15:26:33", "url": "https://files.pythonhosted.org/packages/40/5a/ca4b4406b5ca013049c799cd8d2039b260f073526dab284d77702cfb4b8e/ansible-modules-dcos-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "95e538332d062df2bf95cd57cebbdb45", "sha256": "32a8c9a5234d50da17ddd127d4b7946d3d6dfcbab2d3513dce0477b7a7c66a92" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.6.tar.gz", "has_sig": false, "md5_digest": "95e538332d062df2bf95cd57cebbdb45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5577, "upload_time": "2016-10-18T15:53:32", "url": "https://files.pythonhosted.org/packages/01/f2/3867af6b7cbf84bbe74875827d86695a39dc6abc2c617d8541ef4b2b0740/ansible-modules-dcos-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "9866a9b7ed7d85707d7583fca43488c7", "sha256": "94e3b7c5eece3e842d23a64629bfa417206b53a1c30b3f16e097816fff0060fb" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.7.tar.gz", "has_sig": false, "md5_digest": "9866a9b7ed7d85707d7583fca43488c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6376, "upload_time": "2016-10-18T17:55:40", "url": "https://files.pythonhosted.org/packages/7e/44/79dac7bffa13c07ee05b486eb3271a1e041ce834f991746f717d8d49a0ff/ansible-modules-dcos-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "809402e52ccad6ce688971763cd02ee6", "sha256": "0b14a548863d5ca0b3b022d3eae9b14ba127579aa1b7840499b6babff0476888" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.8.tar.gz", "has_sig": false, "md5_digest": "809402e52ccad6ce688971763cd02ee6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6783, "upload_time": "2016-10-18T19:15:17", "url": "https://files.pythonhosted.org/packages/76/68/ac8368506eff6eb1da964a9cb2ad7375cb84a50f74cd4c25c9fbc1fe018e/ansible-modules-dcos-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "7047c5e984bdead2eaf9cc59f5e65640", "sha256": "389458e25b833689888cc5ca72db7ec918073f1b7c8c6f82b63dc0ffdb398d2b" }, "downloads": -1, "filename": "ansible-modules-dcos-1.0.9.tar.gz", "has_sig": false, "md5_digest": "7047c5e984bdead2eaf9cc59f5e65640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6901, "upload_time": "2016-10-27T16:47:26", "url": "https://files.pythonhosted.org/packages/a1/78/5d14a4446c3d9e33dbe22fbba04554aeb732b1dd69f264a5fff17a8fe55d/ansible-modules-dcos-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d7b32dff3b04bc7794b28e54badf6587", "sha256": "b2d91ea08a331a63e32d2e3846719fa67313ec296c33e27d8660a07cb647f140" }, "downloads": -1, "filename": "ansible-modules-dcos-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d7b32dff3b04bc7794b28e54badf6587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6918, "upload_time": "2016-11-02T20:50:45", "url": "https://files.pythonhosted.org/packages/40/55/4c97e3f66a661319b005419ac76f9e39ed4bcacf8dab8e4ff234941ca874/ansible-modules-dcos-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f5a12b3a25d39ca22ad292af752ca367", "sha256": "a64748bcb9ed981a1320d288e4eed01dc63b5f517e90bf53f68c34864e6e8c92" }, "downloads": -1, "filename": "ansible-modules-dcos-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f5a12b3a25d39ca22ad292af752ca367", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6958, "upload_time": "2016-11-03T14:49:17", "url": "https://files.pythonhosted.org/packages/a9/8c/6241ab0d6445de2041924ea6799ecfb2e54181699f9ef362dd3f56c2e193/ansible-modules-dcos-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "983d28713f01c06c33baf9fede8ba272", "sha256": "39cf569c5ca0956a2a162907607964ede07bd30d2abad77cbe85e4bf853c4dcf" }, "downloads": -1, "filename": "ansible-modules-dcos-1.2.1.tar.gz", "has_sig": false, "md5_digest": "983d28713f01c06c33baf9fede8ba272", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6963, "upload_time": "2016-11-03T16:22:39", "url": "https://files.pythonhosted.org/packages/e7/72/b7601d12ab4cc41da829f5465d22a9df662fd3da339cb148fd444e801ec0/ansible-modules-dcos-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "5d41049aad35c11f56e4580146a3a5ca", "sha256": "e074ab3478779fdf93a785ffbbc0693d3f85ec0601e411b943c3c581a8802463" }, "downloads": -1, "filename": "ansible-modules-dcos-1.2.2.tar.gz", "has_sig": false, "md5_digest": "5d41049aad35c11f56e4580146a3a5ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7372, "upload_time": "2016-11-03T17:31:50", "url": "https://files.pythonhosted.org/packages/0c/51/6f7fd24275fa3c32ebf4d2f7b9b27e2a87f4156341d61d81fc4b4a312164/ansible-modules-dcos-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "d4847c49c3d27409656a088d4469b84f", "sha256": "944b93d7f40a309c31f7cd9478964db37ad6ce5b72a429a5260f26830f74fd76" }, "downloads": -1, "filename": "ansible-modules-dcos-1.2.3.tar.gz", "has_sig": false, "md5_digest": "d4847c49c3d27409656a088d4469b84f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7412, "upload_time": "2016-11-03T20:45:59", "url": "https://files.pythonhosted.org/packages/d1/c6/e335f83078f9a468709b56c99c74932581cd967baa8739525ed149c90ce1/ansible-modules-dcos-1.2.3.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "c3d1b998ce1f805b43eb67172711e118", "sha256": "653b72106c6557514f188c4b08e0d1d64874c7365f5a749ed3a4a11fb57b4fe1" }, "downloads": -1, "filename": "ansible-modules-dcos-1.3.0.tar.gz", "has_sig": false, "md5_digest": "c3d1b998ce1f805b43eb67172711e118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7806, "upload_time": "2016-11-16T15:48:33", "url": "https://files.pythonhosted.org/packages/c5/43/dd224ef18a13398537d9b797ab28a626fdd9fb51a8fe4d61a4f478134219/ansible-modules-dcos-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "4dc210a6e7f8fbb905cdc40e1d309076", "sha256": "4dbc3cf799476caf2025fe4bf098875c2693d260777029396868c76b0a983bab" }, "downloads": -1, "filename": "ansible-modules-dcos-1.4.0.tar.gz", "has_sig": false, "md5_digest": "4dc210a6e7f8fbb905cdc40e1d309076", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7987, "upload_time": "2016-11-19T00:09:35", "url": "https://files.pythonhosted.org/packages/64/3c/26cad07f759d72076e3c7749d03d6e36c3f13cf92ea45cb3963c1ce4bdf4/ansible-modules-dcos-1.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4dc210a6e7f8fbb905cdc40e1d309076", "sha256": "4dbc3cf799476caf2025fe4bf098875c2693d260777029396868c76b0a983bab" }, "downloads": -1, "filename": "ansible-modules-dcos-1.4.0.tar.gz", "has_sig": false, "md5_digest": "4dc210a6e7f8fbb905cdc40e1d309076", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7987, "upload_time": "2016-11-19T00:09:35", "url": "https://files.pythonhosted.org/packages/64/3c/26cad07f759d72076e3c7749d03d6e36c3f13cf92ea45cb3963c1ce4bdf4/ansible-modules-dcos-1.4.0.tar.gz" } ] }