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-os-buildimage/init_runtime/runtime.yml

10 lines
300 B
YAML
Raw Normal View History

2021-05-10 10:36:27 +08:00
- hosts: local
remote_user: root
vars_files:
2021-05-10 10:36:27 +08:00
- install_config/group_vars/runtime.yml
roles:
- {role: sapp, tags: sapp}
- {role: firewall, tags: firewall}
- {role: certstore, tags: certstore}
- {role: tfe, tags: tfe}
2021-05-10 10:36:27 +08:00
- {role: telegraf_statistic, tags: telegraf_statistic}