Something went wrong on our end
-
Nicolas KAROLAK authoredNicolas KAROLAK authored
bench-server.yml 157 B
#!/usr/bin/env ansible-playbook
---
- name: DEPLOY BENCHMARK SERVER
hosts:
- bench_server
tags:
- bench_server
roles:
- bench-server
...