2021-01-31 22:43:40 +08:00
|
|
|
- hosts: adc_mxn
|
2020-09-28 21:55:04 +08:00
|
|
|
remote_user: root
|
|
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
- {role: adc_exporter, tags: adc_exporter}
|
|
|
|
|
- {role: adc_exporter_proxy, tags: adc_exporter_proxy}
|
|
|
|
|
# - {role: switch_rule, tags: switch_rule}
|
2020-09-28 20:41:30 +08:00
|
|
|
|
2020-09-10 03:22:39 +08:00
|
|
|
- hosts: adc_mcn0
|
2020-09-10 20:12:17 +08:00
|
|
|
remote_user: root
|
2020-09-10 03:22:39 +08:00
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/adc_global.yml
|
|
|
|
|
- install_config/group_vars/adc_mcn0.yml
|
2019-09-17 17:26:01 +08:00
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
- {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: kni, tags: kni}
|
|
|
|
|
- {role: firewall, tags: firewall}
|
2021-01-29 18:03:04 +08:00
|
|
|
# - tsg_app
|
2021-01-31 22:43:40 +08:00
|
|
|
- {role: http_healthcheck,tags: http_healthcheck}
|
|
|
|
|
- {role: redis, tags: redis}
|
|
|
|
|
- {role: cert-redis, tags: cert-redis}
|
|
|
|
|
- {role: maat-redis, tags: maat-redis, when: deploy_mode == "cluster"}
|
|
|
|
|
- {role: certstore, tags: certstore}
|
|
|
|
|
- {role: telegraf_statistic, tags: telegraf_statistic}
|
|
|
|
|
- {role: app_proto_identify, tags: app_proto_identify}
|
|
|
|
|
- {role: adc_exporter, tags: adc_exporter}
|
|
|
|
|
# - {role: switch_control, tags: switch_control}
|
|
|
|
|
- {role: tsg-env-patch, tags: tsg-env-patch}
|
2019-09-23 11:15:37 +08:00
|
|
|
|
2020-09-10 03:22:39 +08:00
|
|
|
- hosts: adc_mcn1
|
2020-09-10 20:12:17 +08:00
|
|
|
remote_user: root
|
2020-09-10 03:22:39 +08:00
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/adc_global.yml
|
|
|
|
|
- install_config/group_vars/adc_mcn1.yml
|
2019-09-17 17:26:01 +08:00
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
# - tsg-env-mcn1
|
|
|
|
|
- {role: framework, tags: framework}
|
|
|
|
|
- {role: kernel-ml, tags: kernel-ml}
|
|
|
|
|
- {role: mrzcpd, tags: mrzcpd}
|
|
|
|
|
- {role: tfe, tags: tfe}
|
|
|
|
|
- {role: adc_exporter, tags: adc_exporter}
|
|
|
|
|
# - {role: switch_control, tags: switch_control}
|
|
|
|
|
- {role: tsg-env-patch, tags: tsg-env-patch}
|
2019-09-23 11:15:37 +08:00
|
|
|
|
2020-09-10 03:22:39 +08:00
|
|
|
- hosts: adc_mcn2
|
2020-09-10 20:12:17 +08:00
|
|
|
remote_user: root
|
2020-09-10 03:22:39 +08:00
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/adc_global.yml
|
|
|
|
|
- install_config/group_vars/adc_mcn2.yml
|
2019-09-17 17:26:01 +08:00
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
# - tsg-env-mcn2
|
|
|
|
|
- {role: framework, tags: framework}
|
|
|
|
|
- {role: kernel-ml, tags: kernel-ml}
|
|
|
|
|
- {role: mrzcpd, tags: mrzcpd}
|
|
|
|
|
- {role: tfe, tags: tfe}
|
|
|
|
|
- {role: adc_exporter, tags: adc_exporter}
|
|
|
|
|
# - {role: switch_control, tags: switch_control}
|
|
|
|
|
- {role: tsg-env-patch, tags: tsg-env-path}
|
2019-09-23 11:15:37 +08:00
|
|
|
|
2020-09-10 03:22:39 +08:00
|
|
|
- hosts: adc_mcn3
|
2020-09-10 20:12:17 +08:00
|
|
|
remote_user: root
|
2020-09-10 03:22:39 +08:00
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/adc_global.yml
|
|
|
|
|
- install_config/group_vars/adc_mcn3.yml
|
2019-09-17 17:26:01 +08:00
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
- {role: framework, tags: framework}
|
|
|
|
|
- {role: kernel-ml, tags: kernel-ml}
|
|
|
|
|
- {role: mrzcpd, tags: mrzcpd}
|
|
|
|
|
- {role: tfe, tags: tfe}
|
|
|
|
|
# - {role: adc_exporter, tags: adc_exporter}
|
|
|
|
|
- {role: switch_control, tags: switch_control}
|
|
|
|
|
- {role: tsg-env-patch, tags: tsg-env-patch}
|
2020-09-21 18:33:10 +08:00
|
|
|
|
2021-01-31 22:43:40 +08:00
|
|
|
- hosts: packet_dump_server
|
2020-09-25 15:24:41 +08:00
|
|
|
remote_user: root
|
|
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/adc_global.yml
|
2020-09-28 20:41:30 +08:00
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
- {role: framework, tags: framework}
|
|
|
|
|
- {role: packet_dump, tags: packet_dump}
|
2020-09-25 15:24:41 +08:00
|
|
|
|
2020-09-23 14:07:56 +08:00
|
|
|
- hosts: app_global
|
|
|
|
|
remote_user: root
|
|
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/app_global.yml
|
|
|
|
|
roles:
|
2021-01-31 22:43:40 +08:00
|
|
|
- {role: app_global, tags: app_global}
|