1. add adc_mxn section

2.  add reboot-all-adc role
This commit is contained in:
fumingwei
2020-11-05 17:47:45 +06:00
parent 247460820b
commit d80cc9f220
6 changed files with 32 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
- name: "reboot adc"
shell: "{{ item }}"
ignore_errors: true
with_items:
- ssh 192.168.100.1 reboot
- ssh 192.168.100.1 reboot
- ssh 192.168.100.1 reboot
- ssh 192.168.100.1 reboot
- reboot