Skip to content
Snippets Groups Projects
bench-worker.yml 158 B
#!/usr/bin/env ansible-playbook
---

- name: DEPLOY BENCHMARK WORKERS
  hosts:
    - bench_worker
  tags:
    - bench_worker
  roles:
    - bench-worker

...