2
votes
2answers
189 views

Managing nginx configurations

My goal is to be able to update my server configurations (eg, nginx) quickly and easily using version control (eg, git). One requirement I had in mind was to have the configurations stored inside the ...
0
votes
1answer
280 views

managing multiple machine /etc-s with git using branches. good idea?

went through multiple searches, but couldn't find a question that describes this git branch strategy idea on SU or SF. /etc count is currently < 10. firstly, are there any obvious oversights on ...
0
votes
1answer
211 views

Manage dotfiles/configuration and ~/bin/-scripts for sets of servers

I have a few git repositories containing my config files and scripts that I use. Of course I don't use all scripts on all machines that I have access to, e.g. no music related scripts and configs on ...