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
- 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.
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.
Refer to the documentation page about contribution.