优化双臂模式部署

This commit is contained in:
zhangzhihan
2020-04-01 10:31:23 +08:00
parent 6e8fd65797
commit beb4590a5d
4 changed files with 19 additions and 13 deletions

View File

@@ -73,3 +73,17 @@
- /tmp/ansible_deploy/tsg_master-debug-1.0.1.f624b67-1.el7.centos.x86_64.rpm
state: present
when: install_tsg_master == "yes"
- name: Template the tsgconf/main.conf
template:
src: "{{ role_path }}/templates/main.conf.j2"
dest: /home/mesasoft/sapp_run/tsgconf/main.conf
tags: template
- name: Template the tsgconf/maat.conf
template:
src: "{{ role_path }}/templates/maat.conf.j2"
dest: /home/mesasoft/sapp_run/tsgconf/maat.conf
tags: template