- name: Install replica scripts
hosts: replicas
remote_user: ir
vars:
bench_dir: /home/ir/p4benchmark
tasks:
- name: Creates directory
file: path={{ bench_dir }} state=directory
- name: Copy relevant files
copy:
src: "{{ item }}"
dest: "{{ bench_dir }}"
with_fileglob:
- "{{ bench_dir }}/run_monitor.sh"
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 24711 | Robert Cowham | Restructure and tidy up | ||
| #1 | 22003 | Robert Cowham | Latest state - with p4python and no syncing |