1. mv restart task yml file into restart_process directory
This commit is contained in:
13
tasks/restart_process/restart_tfe.yml
Normal file
13
tasks/restart_process/restart_tfe.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- hosts:
|
||||
- adc_mcn1
|
||||
- adc_mcn2
|
||||
- adc_mcn3
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: 'tfe service start'
|
||||
systemd:
|
||||
name: tfe
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
state: restarted
|
||||
|
||||
Reference in New Issue
Block a user