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/platform_deploy.yml
2021-02-08 11:31:35 +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}