main.yml 749 B

1234567891011121314151617
  1. ---
  2. # vars file for systembase
  3. supervior_php_vars:
  4. - {name: "test1.py", command: "/usr/bin/python /opt/test1.py", autostart: "true", user: "root" }
  5. - {name: "test2.py", command: "/usr/bin/python /opt/test2.py", autostart: "true", user: "root" }
  6. supervior_java_vars:
  7. - {name: "test3.py", command: "/usr/bin/python /opt/test3.py", autostart: "true", user: "root" }
  8. - {name: "test4.py", command: "/usr/bin/python /opt/test4.py", autostart: "true", user: "root" }
  9. supervior_phptest_vars:
  10. - {name: "online_counter.py", command: "/usr/bin/python /opt/tools/online_count/online_counter.py", autostart: "true", user: "root" }
  11. supervior_cassandra_vars:
  12. - {name: "cassandra", command: "/usr/sbin/cassandra", autostart: "true", user: "root" }