Easily upgrade multiple servers based on different distributions using Ansible

Novák Áron küldte be 2015. 04. 21., k - 23:34 időpontban

I created a little playbook for performing mass package updates in a heterogeneous environment. https://github.com/AronNovak/ansible-generic-pkg-updates - you can check the code here.
Actually it would be interesting to improve it to be totally distribution-agnostic, to check the presence of aptitude or yum and eliminate the hard-wired distribution names.