~/deploy_httpbin$ cat site.yml
---
- hosts: all
  gather_facts: False
  roles:
    - httpbin
