修改部分部署bug,调整双臂模式部署
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
src: "{{ role_path }}/files/vconfig-1.9-16.el7.x86_64.rpm"
|
||||
dest: /tmp
|
||||
|
||||
- name: "create /opt/tsg/env"
|
||||
file:
|
||||
path: /opt/tsg/env
|
||||
state: directory
|
||||
|
||||
- name: "template setup script"
|
||||
template:
|
||||
src: "{{ role_path }}/files/setup.j2"
|
||||
src: "{{ role_path }}/templates/setup.j2"
|
||||
dest: "/opt/tsg/env/setup"
|
||||
mode: 0755
|
||||
|
||||
@@ -18,7 +23,7 @@
|
||||
|
||||
- name: "template tsg-env_stop"
|
||||
template:
|
||||
src: "{{ role_path }}/files/tsg-env_stop.j2"
|
||||
src: "{{ role_path }}/templates/tsg-env_stop.j2"
|
||||
dest: "/opt/tsg/env/tsg-env_stop"
|
||||
mode: 0755
|
||||
|
||||
|
||||
Reference in New Issue
Block a user