Debian / Ubuntu mass dist-upgrade with Ansible (with fallback and logging)
ansible-playbook dist-upgrade.yml -i your_inventory [-l host_name]
<?php
$URL="https://raw.githubusercontent.com/panticz/ansible/master/dist-upgrade.yml";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>