# Ansible hosts file in YAML format
#
# Sometimes useful to setup a hosts.XXX.yml file with a subset
# of hosts you want to run actions on. If in YAML format then
# it must be called abc.yml - unless it is called hosts!
all:
vars:
remote_user: perforce
bench_dir: /p4/benchmark
# Number of slaves per bench_client
num_slaves: 8
children:
replicas:
hosts:
replica1:
replica2:
bench_clients:
hosts:
client1:
client2:
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #3 | 25669 | Robert Cowham | Refactored - move scripts to utils dir | ||
| #2 | 25520 | Robert Cowham |
Tidied up. Created 2 client workspaces |
||
| #1 | 25449 | Robert Cowham |
Latest updates. Record changes |