Metadata-Version: 2.1
Name: polemarch
Version: 4.0.0
Summary: Polemarch is ansible based service for orchestration infrastructure.
Author-email: VST Consulting <sergey.k@vstconsulting.net>
License: AGPLv3+
Project-URL: Home, https://gitlab.com/vstconsulting/polemarch
Project-URL: Web Site, https://polemarch.org/
Project-URL: Issue Tracker, https://gitlab.com/vstconsulting/polemarch/issues
Project-URL: Source Code, https://gitlab.com/vstconsulting/polemarch
Project-URL: Releases, https://github.com/vstconsulting/polemarch/releases
Project-URL: DockerHub, https://hub.docker.com/r/vstconsulting/polemarch/
Project-URL: Documentation, https://about.polemarch.org/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.1
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: vstutils[ldap,prod,rpc]~=5.12.3
Requires-Dist: markdown2~=2.4.10
Requires-Dist: docutils~=0.20.0
Requires-Dist: gitpython~=3.1.32
Requires-Dist: gitdb2~=4.0.2
Requires-Dist: requests~=2.31.0
Requires-Dist: urllib3~=1.26.16
Provides-Extra: test
Requires-Dist: django-test-migrations~=1.3.0; extra == "test"
Requires-Dist: vstutils[ldap,prod,rpc,test]~=5.12.3; extra == "test"
Provides-Extra: production
Requires-Dist: uvloop; extra == "production"
Requires-Dist: httptools; extra == "production"
Provides-Extra: mysql
Requires-Dist: mysqlclient<2.2; extra == "mysql"
Provides-Extra: postgresql
Requires-Dist: psycopg[c,pool]; extra == "postgresql"
Provides-Extra: ansible29
Requires-Dist: polemarch-ansible~=2.2.0; extra == "ansible29"
Provides-Extra: ansible-core
Requires-Dist: polemarch-ansible~=3.0.1; extra == "ansible-core"

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>`_.
