Upgrading Red Hat's Satellite 6.1.9 to version 6.2 requires all of the client machiens to upgrade their version of katello-agent. This is fairly simply, but very tedius to do on a large number of machines. Perfect for a simple ansible play.
This repository uses git submodules. To grab them all, clone it with the
--recursive
flag.
git clone --recursive https://github.com/chrispoupart/ansible-play-katello_agent-upgrade.git
We make use of foreman ansible inventory script. You should read their documentation to configure it properly for your environment.