摘要:
参考: https://www.cnblogs.com/itqingtian/p/17136849.html 每次执行命令的时候加个参数,跳过这个就不报错了。 -e "ansible_python_interpreter=auto_legacy_silent" ansible -ihosts_lis 阅读全文
摘要:
KVM虚拟机怎么重命名 关闭虚拟机 # virsh shutdown oldname 删除所有快照 # virsh snapshot-delete olename 17777777 重命名 # virsh domrename oldname newname 阅读全文