{ "info": { "author": "Ferry Boender", "author_email": "ferry.boender@electricmonk.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: System :: Installation/Setup", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "Ansible Configuration Management Database\n=========================================\n\n![Status: Stable](https://img.shields.io/badge/status-stable-green.svg)\n![Build Status](http://build.electricmonk.nl/job/ansible-cmdb/shield)\n![Activity: Active development](https://img.shields.io/badge/activity-active%20development-green.svg)\n![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)\n\nAbout\n-----\n\nAnsible-cmdb takes the output of Ansible's fact gathering and converts it into\na static HTML overview page (and other things) containing system configuration\ninformation.\n\nIt supports multiple types of output (html, csv, sql, etc) and extending\ninformation gathered by Ansible with custom data. For each host it also shows\nthe groups, host variables, custom variables and machine-local facts.\n\n![](https://raw.githubusercontent.com/fboender/ansible-cmdb/master/contrib/screenshot-overview.png)\n\n![](https://raw.githubusercontent.com/fboender/ansible-cmdb/master/contrib/screenshot-detail.png)\n\n[HTML example](https://rawgit.com/fboender/ansible-cmdb/master/example/html_fancy.html) output.\n\n\nFeatures\n--------\n\n(Not all features are supported by all templates)\n\n* Multiple formats / templates:\n * Fancy HTML (`--template html_fancy`), as seen in the screenshots above.\n * Fancy HTML Split (`--template html_fancy_split`), with each host's details\n in a separate file (for large number of hosts).\n * CSV (`--template csv`), the trustworthy and flexible comma-separated format.\n * JSON (`--template json`), a dump of all facts in JSON format.\n * Markdown (`--template markdown`), useful for copy-pasting into Wiki's and\n such.\n * Markdown Split (`--template markdown_split`), with each host's details\n in a seperate file (for large number of hosts).\n * SQL (`--template sql`), for importing host facts into a (My)SQL database.\n * Plain Text table (`--template txt_table`), for the console gurus.\n * and of course, any custom template you're willing to make.\n* Host overview and detailed host information.\n* Host and group variables.\n* Gathered host facts and manual custom facts.\n* Adding and extending facts of existing hosts and manually adding entirely\n new hosts.\n* Custom columns\n\n\nGetting started\n---------------\n\nLinks to the full documentation can be found below, but here's a rough\nindication of how Ansible-cmdb works to give you an idea:\n\n1. Install Ansible-cmdb from [source, a release\n package](https://github.com/fboender/ansible-cmdb/releases) or through pip: `pip\n install ansible-cmdb`.\n\n1. Fetch your host's facts through ansible:\n\n $ mkdir out\n $ ansible -m setup --tree out/ all\n\n1. Generate the CMDB HTML with Ansible-cmdb:\n\n $ ansible-cmdb out/ > overview.html\n\n1. Open `overview.html` in your browser.\n\nThat's it! Please do read the full documentation on usage, as there are some\ncaveats to how you can use the generated HTML.\n\nDocumentation\n-------------\n\nAll documentation can be viewed at [readthedocs.io](http://ansible-cmdb.readthedocs.io/en/latest/).\n\n* [Full documentation](http://ansible-cmdb.readthedocs.io/en/latest/)\n* [Requirements and installation](http://ansible-cmdb.readthedocs.io/en/latest/installation/)\n* [Usage](http://ansible-cmdb.readthedocs.io/en/latest/usage/)\n* [Contributing and development](http://ansible-cmdb.readthedocs.io/en/latest/dev/)\n\n\nLicense\n-------\n\nAnsible-cmdb is licensed under the GPLv3:\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\n For the full license, see the LICENSE file.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fboender/ansible-cmdb", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ansible-cmdb", "package_url": "https://pypi.org/project/ansible-cmdb/", "platform": "", "project_url": "https://pypi.org/project/ansible-cmdb/", "project_urls": { "Homepage": "https://github.com/fboender/ansible-cmdb" }, "release_url": "https://pypi.org/project/ansible-cmdb/1.30/", "requires_dist": null, "requires_python": "", "summary": "Generate host overview from ansible fact gathering output", "version": "1.30" }, "last_serial": 4530068, "releases": { "1.18": [ { "comment_text": "", "digests": { "md5": "61895c9a3337333d63cf8b2881495194", "sha256": "d8134530d7a270bacb4e45110f2c331b3b9a29ca0c11ad46f8e9bf43542d767a" }, "downloads": -1, "filename": "ansible_cmdb-1.18-py2-none-any.whl", "has_sig": false, "md5_digest": "61895c9a3337333d63cf8b2881495194", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 186419, "upload_time": "2016-12-17T12:23:25", "url": "https://files.pythonhosted.org/packages/5c/fe/30c5ffac3ada0ae82885fbfd88895da0013a37c68a1c7a7d6b0030a0664e/ansible_cmdb-1.18-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a00298a590091c13b7563a0dd1ce3be", "sha256": "1a4ee7c3f1d129ec86f35d7e7ced59bb766b88e751d5401e14691f976a6845ee" }, "downloads": -1, "filename": "ansible-cmdb-1.18.tar.gz", "has_sig": false, "md5_digest": "3a00298a590091c13b7563a0dd1ce3be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25328, "upload_time": "2016-12-17T12:23:22", "url": "https://files.pythonhosted.org/packages/9b/c1/be32d12ba88b747b93df96229a361b2594236d69f524bed34e7c48a7a446/ansible-cmdb-1.18.tar.gz" } ], "1.19": [ { "comment_text": "", "digests": { "md5": "6a97e67093c4d8d03e6070d52e3231ac", "sha256": "855e18955e014f7b76f7885a13c35ca339912ca218e885a7a66d36b797e2bb99" }, "downloads": -1, "filename": "ansible_cmdb-1.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a97e67093c4d8d03e6070d52e3231ac", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 184240, "upload_time": "2017-01-08T08:46:55", "url": "https://files.pythonhosted.org/packages/b6/6d/fd2043975a10a621d29a3f4a394dff17dc47bdd4f8c4f17af03d5d588823/ansible_cmdb-1.19-py2.py3-none-any.whl" } ], "1.20": [ { "comment_text": "", "digests": { "md5": "b6bfa2245260e84b06006083b5aafb81", "sha256": "71d29c50f6a3ca9b6e761765121a78983c29db9caaede7346e160cd55262ad53" }, "downloads": -1, "filename": "ansible_cmdb-1.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b6bfa2245260e84b06006083b5aafb81", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 185810, "upload_time": "2017-02-12T16:50:46", "url": "https://files.pythonhosted.org/packages/88/e8/3bbe7474d1cfa8f66087a9d9826fedf810fcbc0ee6ac68d5acc1ead7c859/ansible_cmdb-1.20-py2.py3-none-any.whl" } ], "1.21": [], "1.23": [ { "comment_text": "", "digests": { "md5": "d4d69d0bf8b8e26900fab5053d1bdcd8", "sha256": "1fa811a008ff9a32a68c7c3010fb2c0ebfbf67c3f1dc2f5262521817b24538be" }, "downloads": -1, "filename": "ansible-cmdb-1.23.tar.gz", "has_sig": false, "md5_digest": "d4d69d0bf8b8e26900fab5053d1bdcd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179541, "upload_time": "2017-10-14T09:29:33", "url": "https://files.pythonhosted.org/packages/ab/dc/c1d920a150c9ddbf81340ab21743ee02e5a8209685c173cc0c5ce1c2fcf4/ansible-cmdb-1.23.tar.gz" } ], "1.24": [ { "comment_text": "", "digests": { "md5": "36d84e60387f52cd0845c11ef8aa069f", "sha256": "9eafe4cb5775a785c6e5e55408c86416de9c8ac1c000b8a7eb37c80291cd65c5" }, "downloads": -1, "filename": "ansible-cmdb-1.24.tar.gz", "has_sig": false, "md5_digest": "36d84e60387f52cd0845c11ef8aa069f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179534, "upload_time": "2017-10-27T08:28:40", "url": "https://files.pythonhosted.org/packages/6e/8c/162c29ac84ab0a1c3b6e859b107328dca6012105372ac6078e738b3517a2/ansible-cmdb-1.24.tar.gz" } ], "1.25": [ { "comment_text": "", "digests": { "md5": "91c490af3a8a7d65b2a67141d2d06c5c", "sha256": "3cb80ae3c6f274371d2506f1449a033830f0a78492c4e70811ae80d3a2e95065" }, "downloads": -1, "filename": "ansible_cmdb-1.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91c490af3a8a7d65b2a67141d2d06c5c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 366385, "upload_time": "2017-11-19T08:19:20", "url": "https://files.pythonhosted.org/packages/a2/c3/bfdf09ddd1ab79d2139604b5498c06427dd5c775e20b9d7afb50a1cb9ce0/ansible_cmdb-1.25-py2.py3-none-any.whl" } ], "1.26": [ { "comment_text": "", "digests": { "md5": "2d4dbc25da511182c54e256aaa3927e8", "sha256": "fca61204d0ad2a71a59e623a92d6785f860036f175aac4265c99557c989e44b6" }, "downloads": -1, "filename": "ansible-cmdb-1.26.tar.gz", "has_sig": false, "md5_digest": "2d4dbc25da511182c54e256aaa3927e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178684, "upload_time": "2018-03-03T15:04:11", "url": "https://files.pythonhosted.org/packages/b1/a6/533324a76415c7b12b96efe5fbc965c44e8463f42224cbc2b577fd87a3c5/ansible-cmdb-1.26.tar.gz" } ], "1.26.1": [ { "comment_text": "", "digests": { "md5": "b44233b18b357e5b1c14e4c191a18142", "sha256": "4e056e1a0259846f3c7882baa45d9f31135266ab38be3383770cecf0765f2755" }, "downloads": -1, "filename": "ansible-cmdb-1.26.1.tar.gz", "has_sig": false, "md5_digest": "b44233b18b357e5b1c14e4c191a18142", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181356, "upload_time": "2018-03-03T18:15:37", "url": "https://files.pythonhosted.org/packages/1d/34/5f82a9b5ec9a7c1a662a137174e2bfa270de56b717e97761ea60c79e705f/ansible-cmdb-1.26.1.tar.gz" } ], "1.27": [ { "comment_text": "", "digests": { "md5": "93eb8c2188bb66f8bdb0c09e12496fa2", "sha256": "ddb78c42b868b17d49e1104ebbd1449548c90a325c13b7f03b119e3d58ad3f5d" }, "downloads": -1, "filename": "ansible-cmdb-1.27.tar.gz", "has_sig": false, "md5_digest": "93eb8c2188bb66f8bdb0c09e12496fa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175593, "upload_time": "2018-04-29T19:37:09", "url": "https://files.pythonhosted.org/packages/37/1b/1fcff0a38a4e07d9d3f75113494ec0b25fd271b650bda52907ae1a80cbfb/ansible-cmdb-1.27.tar.gz" } ], "1.28": [ { "comment_text": "", "digests": { "md5": "66da32659a485276d229cfea6c50feec", "sha256": "bd7c0e8b7110330188cc35d1bfc949a488dae04439e99e71e01674292b5101bf" }, "downloads": -1, "filename": "ansible-cmdb-1.28.tar.gz", "has_sig": false, "md5_digest": "66da32659a485276d229cfea6c50feec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177437, "upload_time": "2018-08-15T19:43:35", "url": "https://files.pythonhosted.org/packages/e1/41/37a70685dc10b548a5e46bd271bf01d73dd9751bf23230b60e148ab84c7c/ansible-cmdb-1.28.tar.gz" } ], "1.29": [ { "comment_text": "", "digests": { "md5": "66d8a880bc3b8f8e3dc515d841c2dc41", "sha256": "2f32a87158f979be81b57b74df388846ce62b5f66441a889d7cd1f1d64ada54b" }, "downloads": -1, "filename": "ansible-cmdb-1.29.tar.gz", "has_sig": false, "md5_digest": "66d8a880bc3b8f8e3dc515d841c2dc41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179145, "upload_time": "2018-11-01T20:37:08", "url": "https://files.pythonhosted.org/packages/be/75/a595f7221cf9f273bb9b65ea99da10bf52b96723612e9e82f3fa4a8c2c5a/ansible-cmdb-1.29.tar.gz" } ], "1.30": [ { "comment_text": "", "digests": { "md5": "a1941c84461cb744b25f2e0635bcc1f9", "sha256": "1bde1a154bf2ad726478c39d4f2be967194dc502ca48202f797cb457ff8bfe2f" }, "downloads": -1, "filename": "ansible-cmdb-1.30.tar.gz", "has_sig": false, "md5_digest": "a1941c84461cb744b25f2e0635bcc1f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179165, "upload_time": "2018-11-26T15:38:04", "url": "https://files.pythonhosted.org/packages/1f/6f/18b2b850099a2346271ca1854c32d18143540e7961999d33b9fef55c3216/ansible-cmdb-1.30.tar.gz" } ], "1.6": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1941c84461cb744b25f2e0635bcc1f9", "sha256": "1bde1a154bf2ad726478c39d4f2be967194dc502ca48202f797cb457ff8bfe2f" }, "downloads": -1, "filename": "ansible-cmdb-1.30.tar.gz", "has_sig": false, "md5_digest": "a1941c84461cb744b25f2e0635bcc1f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179165, "upload_time": "2018-11-26T15:38:04", "url": "https://files.pythonhosted.org/packages/1f/6f/18b2b850099a2346271ca1854c32d18143540e7961999d33b9fef55c3216/ansible-cmdb-1.30.tar.gz" } ] }