Target: If you have a jump-server with connection to you target hosts, it is better to do the same job (command) via script. The easiest way if you prepare a script on your jump-server which run you command on all of your host. The script’s output (result of command on […]
bash-script
Puppet agent – Disable all agent from jump-server
The situation: In every larger environment when you debug or you would like to update something, good if you disable automatic changes (configuration management tool(s)). Now I will explain one solution, how can you disable all puppet-agent on (affected) hosts. Script usage: script to disable puppet agent on described hosts. […]