
This would facilitate browbeat users to take advantage of work being done wrt browbench utilities. To use stockpile just update metadata_playbook to ansible/gather/stockpile_gather.yml Change-Id: I4c12920007f66bc3378439b437676e4cb162b082
9 lines
191 B
YAML
9 lines
191 B
YAML
---
|
|
|
|
- name: Clone stockpile
|
|
git:
|
|
repo: 'http://github.com/redhat-performance/stockpile.git'
|
|
dest: "{{ browbeat_path }}/ansible/gather/stockpile"
|
|
version: master
|
|
force: yes
|