Hi all,
So I have been looking at moving to later versions of Ansible (currently way back on 2.1.4). Ideally I want to have an automated(or relatively automated)
way to work through all the internal roles and playbooks against different versions of Ansible.
Does anyone currently have this kind of workflow? My initial thought was to have a CI solution to spin up containers/vm’s and have it do test runs (Molecule/Test-kitchen)
or alternatively have each version of Ansible run in check mode to check for any possible issues.
The other issue then becomes getting this information out to log processing (logstash perhaps?)
Looking forward to hearing back.