#wordpress 서버에서 sshpass 설치 후 KVM CLI 적용 테스트
#KVM server ip = 192.168.102.10
yum -y install sshpass
sshpass -p test123 ssh -T -o StrictHostKeyChecking=no root@192.168.102.10 "virt-install --name=cirros_test --ram=1024 --network network=default --disk=/remote/cirros-test.img --import &"
sshpass -p test123 ssh -T -o StrictHostKeyChecking=no root@192.168.102.10 "ls"