From 2d407fcfd3c599dd375297145cbe1ad1ae84abca Mon Sep 17 00:00:00 2001 From: fumingwei Date: Thu, 5 Nov 2020 18:15:53 +0600 Subject: [PATCH] 1. modify reboot task main.yml --- roles/reboot-all-adc/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/reboot-all-adc/tasks/main.yml b/roles/reboot-all-adc/tasks/main.yml index 5ab9492..ce091a1 100644 --- a/roles/reboot-all-adc/tasks/main.yml +++ b/roles/reboot-all-adc/tasks/main.yml @@ -3,7 +3,7 @@ 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 + - ssh 192.168.100.2 reboot + - ssh 192.168.100.3 reboot + - ssh 192.168.100.4 reboot - reboot