add tsg-env stop script.

This commit is contained in:
lijia
2019-09-18 15:12:21 +08:00
parent 7510d26241
commit 27fb98f99d
10 changed files with 58 additions and 5 deletions

View File

@@ -1,9 +1,15 @@
---
- name: "copy setup.sh"
- name: "copy setup script"
copy:
src: "{{ role_path }}/files/setup"
dest: "/opt/tsg/env/"
mode: 0755
- name: "copy stop script"
copy:
src: "{{ role_path }}/files/stop"
dest: "/opt/tsg/env/"
mode: 0755
- name: "copy tsg-env.service"
copy: