Howto: Prevent Ansible from Running if --limit Argument Not Set
There are many cases where running a playbook across all hosts would be disastrous. Instead the playbook is used by limiting the hosts using the --limit argument. It would be ideal if we could force the user to use the --limit argument, and fail the Ansible run if the --limit