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/server_deploy.yml
fumingwei ad3dcedcb1 1、修改platform配置文件,删除proxy_topo_type 配置项,增加注释
2、更新v21.02内容
3、修改host文件,更新platform内容
2021-02-08 11:28:33 +08:00

11 lines
293 B
YAML

- hosts: platform
remote_user: root
vars_files:
- install_config/group_vars/platform.yml
roles:
- {role: framework, tags: framework}
- {role: kernel-ml, tags: kernel-ml}
- {role: mrzcpd, tags: mrzcpd}
- {role: sapp, tags: sapp}
- {role: firewall, tags: firewall}