I have a bunch of servers where I periodically need to perform various operations, such as adding new repositories, installing packages, changing a couple of lines in configuration files, what approaches exist to propagate such changes? Which are the most convenient and simple?
Asked
Active
Viewed 61 times
-1
-
1You can use Ansible – Spirit May 26 '19 at 07:42
-
Search the Internet for documentation/case studies/blogs/podcasts regarding tools to do a task. Pick your favorite and ask its support channels how to do more tasks. This is far too general and opinionated to be answered on Server Fault. – John Mahowald May 26 '19 at 13:16
1 Answers
0
You should try to adopt the "Configuration as code" paradigm. You can use Ansible, Chef, Puppet or Salt to name just a few. My personal preference is Ansible as it needs little configuration on the host and is easy to start working with.

Aviyam Fischer
- 101
- 3