1. add adc_mxn section
2. add reboot-all-adc role
This commit is contained in:
9
roles/reboot-all-adc/tasks/main.yml
Normal file
9
roles/reboot-all-adc/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user