Using Ansible to generate a CSV of host facts
I needed to get the name of the OS and CPU count of hosts that were running Windows Server 2012 or Windows Server 2012 R2. Â Thankfully our Windows estate is already setup to allow Ansible connectivity After a bit of searching and testing I got an Ansible playbook together that…