1.modify sapp.toml error config

2. add Karaganda deploy file
3. add disable_tsg-monitor and reboot_adc tasks
This commit is contained in:
fumingwei
2020-11-16 17:24:09 +06:00
parent 03434ac205
commit 611fd0e1ee
15 changed files with 624 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
- hosts:
- adc_mcn0
- adc_mcn1
- adc_mcn2
- adc_mcn3
remote_user: root
tasks:
- name: 'Tsg-monitor service start'
systemd:
name: tsg-monitor
enabled: no
daemon_reload: yes

9
tasks/reboot_adc.yml Normal file
View File

@@ -0,0 +1,9 @@
- hosts:
- adc_mcn0
- adc_mcn1
- adc_mcn2
- adc_mcn3
remote_user: root
tasks:
- name: "reboot"
reboot: