Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 190 Bytes

File metadata and controls

4 lines (3 loc) · 190 Bytes

Update Hosts

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