• Stars
    star
    613
  • Rank 71,433 (Top 2 %)
  • Language
    Python
  • License
    GNU Affero Genera...
  • Created almost 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.

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: https://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 (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.