Skip to content

maria/foregit

Repository files navigation

foregit

What is Foregit?

Need

Sysadmins don't like UIs that much. API/CLI is better but still, there is an ultimate tool every administrator loves: git. The idea is to have a tooling, that would turn the Foreman instance into a git repository of the managed infrastructure, allowing the user to edit that as any other config files, and reflecting the changes into the Foreman instance again via the API,once the changes are pushed.

How

Effectively, you would have a git repository representing the whole infrastructure. Cloning a host would copying a file, changing a parameter would mean just editing it's representation. One could even manage the whole infrastructure with Puppet.

Read the Foregit documentation for more details.

Others

Chef has a similar tool called Knife.

OPW

Status

Build status

Currently working at the first release. :)