bootstrap-kodi.yml 177 B

123456789
  1. ---
  2. - hosts: bootstrap
  3. gather_facts: false
  4. become: true
  5. vars:
  6. ansible_host_key_checking: false
  7. ansible_host_pattern_mismatch: ignore
  8. roles:
  9. - kodi-bootstrap