1. add role of switch_control

2. modify NurSultan deploy file to deploy switch_control
This commit is contained in:
fumingwei
2020-11-14 15:25:15 +06:00
parent 26a69c19c1
commit 168f0dfe85
3 changed files with 13 additions and 0 deletions

View File

@@ -126,6 +126,14 @@
roles:
- adc_exporter_proxy
- hosts:
- adc_mcn0
- adc_mcn1
- adc_mcn2
- adc_mcn3
remote_user: root
roles:
- switch_control
- hosts: server-as-tun-mode
remote_user: root

Binary file not shown.

View File

@@ -0,0 +1,5 @@
- name: "copy switch_control_client_non_block"
copy:
src: '{{ role_path }}/files/switch_control_client_non_block'
dest: /opt/tsg/env/switch_control_client_non_block
mode: 0755