This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-scripts-platform/Readme.txt

6 lines
356 B
Plaintext
Raw Normal View History

1、部署执行命令
ansible-playbook -i install_config/hosts paltform_deploy.yml
2、卸载paltform 部署命令所安装的rpm包
ansible-playbook -i install_config/hosts tasks/uninstall/uninstall_platform.yml
3、查询安装rpm情况命令
ansible-playbook -i install_config/hosts tasks/collect/collect_rpm_info.yml