Oh boy ! I have 500 Linux VM to protect !
Chill out and kick back. Grab your favorite geek mug, fill it with your top-notch black coffee, and let the code command ! The plan : 1. Use Ansible as the automation tool / Acronis as protection tool 2. Create inventory files for the VMs 3. Create playbook (YAML config file) to manage
Get time back, update all your Linux distribution in one command line
Easy peasy, let's use Ansible to make the work for us ! To install Ansible, take a peek at our earlier post right here. Create your inventory host file with the list of your Linux : [linux] 10.0.4.26 10.0.4.28 10.0.4.6 10.