I have some(10) scripts that will be run via root's crontab, on almost 70 servers.
I have configured crontab on one server, to run the scripts(all of the scripts are placed under /root/bin/ directory)
question
1, is there an automated way to configure the crontab on rest of the 69 servers ?
e.g we can copy /etc/sudoers configured on 1 machine to other machines .. I mean is there any way to configure the crontab too ?