Polemarch is ansible based service for orchestration infrastructure.


Keywords
ansible, polemarch, infrastructure, devops
License
Other
Install
pip install polemarch==3.0.3

Documentation

Polemarch

Tests status Code coverage Documentation Status

Polemarch is a service for infrastructure management based on ansible. Simple WEB gui for infrastructure management using ansible playbooks or ansible modules.

Official site: http://about.polemarch.org

For any questions you could use issues tracker: https://gitlab.com/vstconsulting/polemarch/issues

interface of Polemarch

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 or tar archive;
  • import of inventory file;
  • support of quick project deployment;
  • documentation: http://polemarch.readthedocs.io/en/latest/ ;
  • support of hosts groups and groups hierarchy;
  • support of multi user connection;
  • support of hooks;
  • 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.