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
solutions-tsg-scripts/mirror_traffic.yml
2021-07-06 15:09:02 +08:00

13 lines
405 B
YAML

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