mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-03-09 03:33:05 -05:00
[PR #551] Add Rudder to Configuration Management #1184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/awesome-foss/awesome-sysadmin/pull/551
State: closed
Merged: Yes
Thank you for taking the time to work on a PR for Awesome-Sysadmin!
To ensure your PR is dealt with swiftly please check the following:
DemoandClientsare optional.Do not add a duplicate
Source codelink if it is the same as the main link.Keep the short description under 80 characters and use sentence case
for it, even if the project's webpage or readme uses another capitalisation.
Demolinks should only be used for interactive demos, i.e. not video demonstrations.- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language`Languagetag is the main server-side requirement for the software. Don't include frameworks or specific dialects.Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
"Remove aaa from bbb" for removing, "Fix license for aaa", etc.
Please take some time to answer the following questions as best you can:
Rudder is, in effect, a pretty CFEngine frontend, and has the ability to interact with the systems it manages on a pull-based system, rather than a push (Though you can push, if you so desire). It's awesome because it scales easily, is extremely reliable (in my experience) and very easily extensible with your own directives, groups, rules and script packages.
Yes, for around 6 years.
Both, I've had it in my lab managing 20+ Linux systems for years, but have also implemented it at scale with multiple relays in a 500+ endpoint environment.
Personally? 23 currently.
Honestly? Ease of use if you're coming from an RMM with agent procedures like Kaseya. Reporting is a piece of cake with the really well documented API, and the agents are extremely reliable being based on CFEngine.
Biggest con is that the server is a bit of a resource hog on larger installations.
Only limitation I can think of is that the automated patch management and compliance modules that have prebuilt scripts for CIS, ISO27k etc have a price tag. This does not mean you can't just build them yourself, though.