Files
kubespray/docs
Justin 9503434d53 Fix IPS array variable expansion
$IPS only expands to the first ip address in the array:

justin@box:~$ declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)
justin@box:~$ echo $IPS
10.10.1.3
justin@box:~$ echo ${IPS[@]}
10.10.1.3 10.10.1.4 10.10.1.5
2017-04-17 20:56:52 -04:00
..
2017-02-23 12:07:17 +01:00
2017-03-01 09:38:19 -08:00
2017-02-17 23:27:38 +04:00
2016-07-04 14:37:30 +02:00
2017-01-09 16:32:55 +01:00
2017-03-15 13:04:01 +01:00
2016-07-04 14:37:30 +02:00
2016-07-04 14:37:30 +02:00
2017-03-29 22:00:52 -04:00
2016-07-04 14:37:30 +02:00
2017-04-14 17:33:04 -04:00