Skip to content
Snippets Groups Projects
tester.yml 120 B
Newer Older
#!/usr/bin/env ansible-playbook
---

- name: Install UbiCast tester
  hosts: all
  tags: all
  roles:
    - tester

...