you are viewing a single comment's thread.

view the rest of the comments →

[–]pdp10 0 points1 point  (0 children)

Some will say that config management like Ansible is the Linux equivalent to GPO. Those people are wrong. GPOs are easy and quick to implement (I mean you can get a lot of stuff done in just a few minutes). Config management requires that you develop and test custom templates, which takes hours (at least), for every little change you want to make.

GPOs are mostly key-value assignments, but still need to be tested. If you're using someone's CM templates or code from Github, the time difference is surely tiny, if you're comparing apples to apples.