Temporarily disable Ansible from running on a host for 1 hour

I have Ansible running regularly via Jenkins. There are times where I want to prevent a host from running ansible temporarily. What is the best way to temporarily disable Ansible so that it does not run when Jenkins runs it.

Put a check at the top of every script for a particular file; if the file is there, stop.