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
2021-05-10 19:14:32 +08:00

10 lines
300 B
YAML

- hosts: local
remote_user: root
vars_files:
- install_config/group_vars/runtime.yml
roles:
- {role: sapp, tags: sapp}
- {role: firewall, tags: firewall}
- {role: certstore, tags: certstore}
- {role: tfe, tags: tfe}
- {role: telegraf_statistic, tags: telegraf_statistic}