This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/reboot-adc-mcn-by-ipmitool/tasks/main.yml
fumingwei 69d88a9fd0 1. add role reboot adc mcn by ipmitool in mxn
2. modify  sapp and tfe memory limit
2020-11-12 17:06:30 +06:00

9 lines
274 B
YAML

- 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 0x88 chassis power reset
- ipmitool -t 0x98 chassis power reset