Metadata-Version: 2.1
Name: polemarch
Version: 1.8.2
Summary: Polemarch is ansible based service for orchestration infrastructure.
Home-page: https://gitlab.com/vstconsulting/polemarch
Author: VST Consulting
Author-email: sergey.k@vstconsulting.net
License: AGPLv3+
Project-URL: Issue Tracker, https://gitlab.com/vstconsulting/polemarch/issues
Project-URL: Documentation, https://about.polemarch.org/
Project-URL: Web site, https://polemarch.org/
Project-URL: Source Code, https://gitlab.com/vstconsulting/polemarch
Project-URL: Releases, https://github.com/vstconsulting/polemarch/releases
Project-URL: Docker, https://hub.docker.com/r/vstconsulting/polemarch/
Description: Polemarch
        =========
        
        .. image:: https://gitlab.com/vstconsulting/polemarch/badges/master/pipeline.svg
           :target: https://gitlab.com/vstconsulting/polemarch/commits/master
           :alt: Tests status
        
        .. image:: https://gitlab.com/vstconsulting/polemarch/badges/master/coverage.svg
           :target: https://gitlab.com/vstconsulting/polemarch/pipelines
           :alt: Code coverage
        
        .. image:: https://readthedocs.org/projects/polemarch/badge/?version=stable
           :target: http://polemarch.readthedocs.io/en/stable/?badge=stable
           :alt: Documentation Status
        
        .. image:: https://badge.fury.io/py/polemarch.svg
            :target: https://badge.fury.io/py/polemarch
        
        **Polemarch**  is a service for infrastructure management based on ansible.
        Simple WEB gui for infrastructure management using ansible playbooks or ansible modules.
        
        Official site:
        https://polemarch.org
        
        For any questions you could use issues tracker:
        https://gitlab.com/vstconsulting/polemarch/issues
        
        .. image:: https://raw.githubusercontent.com/vstconsulting/polemarch/master/doc/screencast.gif
           :alt: interface of Polemarch
           :width: 100%
        
        Features
        --------
        
        * execution templates;
        * scheduled tasks execution;
        * sharing of hosts, groups, inventories between projects;
        * history of tasks execution with all details;
        * easy configurable clustering for reliability and scalability:
        * import of Ansible projects from Git repository (with submodules) or tar archive;
        * import of `inventory file <https://about.polemarch.org/en/latest/gui.html#import-inventory>`_;
        * support of quick project deployment;
        * documentation: https://about.polemarch.org/en/latest/ ;
        * support of hosts groups and groups hierarchy;
        * support of multi user connection;
        * support of `hooks <https://about.polemarch.org/en/latest/gui.html#hooks>`_;
        * community `project samples <https://gitlab.com/vstconsulting/polemarch-community-repos>`_;
        * CI support;
        * user friendly interface.
        
        Quickstart
        ----------
        
        `Default installation <https://about.polemarch.org/en/latest/quickstart.html>`_
        is suitable for most simple and common cases, but
        Polemarch is highly configurable system. If you need something more advanced
        (scalability, dedicated DB, custom cache, logging or directories) you can
        always configure Polemarch like it is said in `documentation <https://about.polemarch.org/en/latest/config.html>`_.
        
        
        How to contribute
        -----------------
        
        Refer to the documentation page about `contribution <https://about.polemarch.org/en/stable/contribute.html>`_.
        
Keywords: ansible,polemarch,infrastructure,devops
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: <4.0,>=3.6
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: mysql
Provides-Extra: postgresql
