20.11.rc3 rebase version 20.11
This commit is contained in:
13
tasks/reboot/reboot_adc_mcn_by_ssh.yml
Normal file
13
tasks/reboot/reboot_adc_mcn_by_ssh.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- hosts: adc_mxn
|
||||
remote_user: root
|
||||
tasks:
|
||||
- name: "reboot adc mcn*"
|
||||
shell: "{{ item }}"
|
||||
ignore_errors: true
|
||||
with_items:
|
||||
- ssh 192.168.100.1 reboot
|
||||
- ssh 192.168.100.2 reboot
|
||||
- ssh 192.168.100.3 reboot
|
||||
- ssh 192.168.100.4 reboot
|
||||
- reboot
|
||||
|
||||
Reference in New Issue
Block a user