1.add role tsg_env_patch

2.delete role which is unuseful
This commit is contained in:
fumingwei
2020-11-17 17:45:40 +06:00
parent cc7155ec1a
commit 3b125413ce
21 changed files with 72 additions and 113 deletions

View File

@@ -0,0 +1,11 @@
- hosts: adc_mxn
remote_user: root
tasks:
- name: "reboot adc in mxn by ipmitool"
shell: "{{ item }}"
ignore_errors: true
with_items:
- ipmitool -t 0x90 chassis power reset
- ipmitool -t 0x80 chassis power reset
- ipmitool -t 0x98 chassis power reset
- ipmitool -t 0x88 chassis power reset