Hello, 

I got two script the first one :
start_jmeter_server_remote.yml :







*- hosts: JMETER_REMOTE_VM  sudo: True  user: simsu  tasks:    - command: 
start_jmeter.sh      args:       chdir: 
/usr/local/jmeter/apache-jmeter-2.13/bin/*

is ment to start jmeter on remote host, but doesn't work ! 

start_jmeter.sh :

*#!/bin/bash/usr/local/jmeter/apache-jmeter-2.13/bin/jmeter-server &*


failed: [130.190.250.66] => {"cmd": "start_jmeter.sh", "failed": true, 
"rc": 2}
msg: [Errno 2] No such file or directory

FATAL: all hosts have already failed -- aborting

christophe

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/913ec90e-4714-4512-93f3-ea012c3a17a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to