Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vstconsulting/polemarch
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
https://github.com/vstconsulting/polemarch
ansible automation django django-rest-framework gui python
Last synced: 5 days ago
JSON representation
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
- Host: GitHub
- URL: https://github.com/vstconsulting/polemarch
- Owner: vstconsulting
- License: agpl-3.0
- Created: 2017-07-13T04:08:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T04:51:44.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:23:55.153Z (3 months ago)
- Topics: ansible, automation, django, django-rest-framework, gui, python
- Language: Python
- Homepage: https://polemarch.org
- Size: 147 MB
- Stars: 614
- Watchers: 49
- Forks: 91
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-ansible - polemarch
README
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.orgFor 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 `_;
* 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 `_;
* community `project samples `_;
* CI support;
* user friendly interface.Quickstart
----------`Default installation `_
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 `_.How to contribute
-----------------Refer to the documentation page about `contribution `_.