1. mv restart task yml file into restart_process directory

This commit is contained in:
fumingwei
2020-11-20 15:11:26 +06:00
parent b0c44bbd5a
commit 352b5c5e7a
6 changed files with 20 additions and 5 deletions

View File

@@ -36,14 +36,14 @@
#broken warning:
#10.4.52.71
[adc_mxn]
10.4.55.19
10.4.55.65
[adc_mcn0]
10.4.51.19
10.4.51.65
[adc_mcn1]
10.4.52.19
10.4.52.65
[adc_mcn2]
10.4.53.19
10.4.53.65
[adc_mcn3]
10.4.54.19
10.4.54.65
[packet_dump_server]
10.4.61.3

View File

@@ -0,0 +1,14 @@
- hosts:
- adc_mcn0
- adc_mcn1
- adc_mcn2
- adc_mcn3
remote_user: root
tasks:
- name: 'mrzcpd service start'
systemd:
name: mrzcpd
enabled: yes
daemon_reload: yes
state: restarted

View File

@@ -1,4 +1,5 @@
---
- include: restart_mrzcpd.yml
- include: restart_sapp.yml
- include: restart_certstore.yml
- include: restart_tfe.yml