# site.yml
- hosts: localhost
  gather_facts: False
  become: False
  roles:
    - infrastruktur
 
- hosts: hcloud
  roles:
    - geerlingguy.git
