hosts: all
vars:
tomcat_root: /usr/local/apache-tomcat-7.0.39/webapps/ROOT
tasks:
name: start tomcatss
#shell: chdir={{tomcat}}/bin nohup./startup.sh &
action: shell {{ tomcat_root }}/../../bin/catalina.sh start
http://jingyan.baidu.com/article/fec4bce27ea81cf2618d8bab.html