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:
12
tasks/diabled_tsg-monitor.yml
Normal file
12
tasks/diabled_tsg-monitor.yml
Normal 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
9
tasks/reboot_adc.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- hosts:
|
||||
- adc_mcn0
|
||||
- adc_mcn1
|
||||
- adc_mcn2
|
||||
- adc_mcn3
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: "reboot"
|
||||
reboot:
|
||||
Reference in New Issue
Block a user