Check puppet status on all servers using Ansible
ansible all -u ansible_user --become -i inventory -a "bash -c 'systemctl status puppet'"