How to populate configuration files over a lot of servers?
I have configuration files at my home directory (.bashrc, .gitignore, etc.). When I find something helpful for me I add this information into this files. But also I have access via ssh to different servers, where I'm also using cli and need this changes.
What I'm doing now? Connecting via ssh and change everything manually.
What I want to achieve? I want to do it automatically.
How I can make it? What you can recommend for me?
I have configuration files at my home directory (.bashrc, .gitignore, etc.). When I find something helpful for me I add this information into this files. But also I have access via ssh to different servers, where I'm also using cli and need this changes.
What I'm doing now? Connecting via ssh and change everything manually.
What I want to achieve? I want to do it automatically.
How I can make it? What you can recommend for me?
No comments:
Post a Comment