1、commit the file privilege that is changed
2、add function that is to reboot and stop device manager in mxn
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
- hosts: adc_mxn
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: "oam stop and disable: stop oam_core, oam_snmp service, tsg-monitor"
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
with_items:
|
||||
- oam_core.service
|
||||
- oam_snmp.service
|
||||
- tsg-monitor.service
|
||||
Reference in New Issue
Block a user