Login Chef server. Pull all cookbook. Then update /etc/hosts
for i in `cat hosts | awk '{print $1}' | grep "172"`; do scp hosts $i:/etc/hosts; done
Login Chef server. Pull all cookbook. Then update /etc/hosts
for i in `cat hosts | awk '{print $1}' | grep "172"`; do scp hosts $i:/etc/hosts; done