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
2021-03-01 17:12:24 +08:00

6 lines
356 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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