shell 方式
ssh 192.100.16.9 < raid_info.sh
ansible 方式
ansible -i ip_list all -m script -a "raid_info.sh"