1.add restart scripts adc-exporter-systemd

This commit is contained in:
fumingwei
2020-11-20 16:45:56 +06:00
parent 352b5c5e7a
commit 363348f169
2 changed files with 15 additions and 0 deletions

View File

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

View File

@@ -3,3 +3,4 @@
- include: restart_sapp.yml
- include: restart_certstore.yml
- include: restart_tfe.yml
- include: restart_adc-exporter-systemd.yml