2021-10-28 11:26:21 +08:00
|
|
|
- hosts: all
|
|
|
|
|
remote_user: root
|
|
|
|
|
vars_files:
|
|
|
|
|
- install_config/group_vars/rpm_version.yml
|
|
|
|
|
roles:
|
2021-11-03 15:45:54 +08:00
|
|
|
- {role: rpm_download, tags: rpm_download}
|
2021-10-28 11:26:21 +08:00
|
|
|
|
2021-06-01 15:39:41 +08:00
|
|
|
- hosts: 7400-MCN0-P01R01
|
2021-06-01 12:02:59 +08:00
|
|
|
remote_user: root
|
|
|
|
|
vars_files:
|
2021-11-03 15:45:54 +08:00
|
|
|
- install_config/group_vars/HAL_7400MCN0P01R01.yml
|
2021-06-01 12:02:59 +08:00
|
|
|
- install_config/group_vars/rpm_version.yml
|
|
|
|
|
roles:
|
|
|
|
|
- {role: tsg-os-provision, tags: tsg-os-provision}
|
|
|
|
|
- {role: system-init-7400-mcn0, tags: system-init-7400-mcn0}
|
2021-06-17 10:57:17 +08:00
|
|
|
- {role: tsg_device_tag, tags: tsg_device_tag}
|
2021-06-17 10:42:26 +08:00
|
|
|
- {role: tsg_sn, tags: tsg_sn}
|
2021-06-17 11:21:59 +08:00
|
|
|
- {role: docker, tags: docker}
|
|
|
|
|
- {role: framework, tags: framework}
|
2021-06-17 11:24:43 +08:00
|
|
|
- {role: mrzcpd, tags: mrzcpd}
|
2021-06-17 15:28:09 +08:00
|
|
|
- {role: sapp, tags: sapp}
|
2021-06-17 10:57:17 +08:00
|
|
|
- {role: tsg_master, tags: tsg_master}
|
2021-06-17 11:46:01 +08:00
|
|
|
- {role: kni, tags: kni}
|
2021-06-17 11:53:10 +08:00
|
|
|
- {role: firewall, tags: firewall}
|
2021-06-17 10:57:17 +08:00
|
|
|
- {role: tsg_app, tags: tsg_app}
|
2021-06-17 11:49:57 +08:00
|
|
|
- {role: http_healthcheck,tags: http_healthcheck}
|
2021-06-17 11:21:59 +08:00
|
|
|
- {role: redis, tags: redis}
|
2021-06-17 11:43:58 +08:00
|
|
|
- {role: maat-redis, tags: maat-redis}
|
2021-06-17 11:21:59 +08:00
|
|
|
- {role: certstore, tags: certstore}
|
|
|
|
|
- {role: telegraf_statistic, tags: telegraf_statistic}
|
|
|
|
|
- {role: exporter, tags: exporter}
|
2021-06-17 10:40:22 +08:00
|
|
|
- {role: tsg-diagnose, tags: tsg-diagnose}
|
2021-07-06 05:29:52 -04:00
|
|
|
- {role: system-init, tags: system-init}
|
2021-07-07 09:55:39 +08:00
|
|
|
- {role: wannat_wangw, tags: wannat_wangw}
|
2021-12-01 15:18:24 +08:00
|
|
|
- {role: wannat_common, tags: wannat_common}
|
2021-07-07 09:55:39 +08:00
|
|
|
- {role: wire_graft, tags: wire_graft}
|
2021-10-31 15:36:04 +03:00
|
|
|
- {role: hasp, tags: hasp}
|
2021-06-01 12:02:59 +08:00
|
|
|
|
2021-06-02 18:42:31 +08:00
|
|
|
- hosts: 7400-MCN123-P01R01
|
2021-06-01 12:02:59 +08:00
|
|
|
remote_user: root
|
|
|
|
|
vars_files:
|
2021-11-03 15:45:54 +08:00
|
|
|
- install_config/group_vars/HAL_7400MCN123P01R01.yml
|
2021-06-01 12:02:59 +08:00
|
|
|
- install_config/group_vars/rpm_version.yml
|
|
|
|
|
roles:
|
|
|
|
|
- {role: tsg-os-provision, tags: tsg-os-provision}
|
2021-06-17 10:42:26 +08:00
|
|
|
- {role: system-init-7400-mcn123, tags: system-init-7400-mcn123}
|
2021-06-17 10:57:17 +08:00
|
|
|
- {role: tsg_device_tag, tags: tsg_device_tag}
|
2021-06-17 15:28:09 +08:00
|
|
|
- {role: framework, tags: framework}
|
2021-06-17 11:24:43 +08:00
|
|
|
- {role: mrzcpd, tags: mrzcpd}
|
2021-06-17 11:21:59 +08:00
|
|
|
- {role: exporter, tags: exporter}
|
2021-06-17 11:12:02 +08:00
|
|
|
- {role: tsg_sn, tags: tsg_sn}
|
2021-06-18 16:17:11 +08:00
|
|
|
- {role: tfe, tags: tfe}
|
2021-07-06 05:29:52 -04:00
|
|
|
- {role: system-init, tags: system-init}
|
2021-10-31 15:36:04 +03:00
|
|
|
- {role: hasp, tags: hasp}
|
2021-06-18 16:17:11 +08:00
|
|
|
|
|
|
|
|
- hosts: 9000-NPB-P01R01
|
|
|
|
|
remote_user: root
|
|
|
|
|
vars_files:
|
2021-11-03 15:45:54 +08:00
|
|
|
- install_config/group_vars/HAL_9000NPBP01R01.yml
|
2021-06-18 16:17:11 +08:00
|
|
|
- install_config/group_vars/rpm_version.yml
|
|
|
|
|
roles:
|
|
|
|
|
- {role: tsg-os-provision, tags: tsg-os-provision}
|
|
|
|
|
- {role: tsg_device_tag, tags: tsg_device_tag}
|
|
|
|
|
- {role: tsg_sn, tags: tsg_sn}
|
|
|
|
|
- {role: framework, tags: framework}
|
|
|
|
|
- {role: mrzcpd, tags: mrzcpd}
|
|
|
|
|
- {role: sapp, tags: sapp}
|
|
|
|
|
- {role: tsg_master, tags: tsg_master}
|
|
|
|
|
- {role: kni, tags: kni}
|
|
|
|
|
- {role: firewall, tags: firewall}
|
|
|
|
|
- {role: tsg_app, tags: tsg_app}
|
|
|
|
|
- {role: i40e-drive, tags: i40e-drive}
|
|
|
|
|
- {role: redis, tags: redis}
|
|
|
|
|
- {role: certstore, tags: certstore}
|
|
|
|
|
- {role: tfe, tags: tfe}
|
|
|
|
|
- {role: telegraf_statistic, tags: telegraf_statistic}
|
|
|
|
|
- {role: exporter, tags: exporter}
|
|
|
|
|
- {role: docker, tags: docker}
|
|
|
|
|
- {role: tsg-diagnose, tags: tsg-diagnose}
|
2021-07-19 02:20:32 -04:00
|
|
|
- {role: tsg-exporter-proxy-9140, tags: tsg-exporter-proxy-9140}
|
2021-07-06 05:29:52 -04:00
|
|
|
- {role: system-init-9140, tags: system-init-9140}
|
2021-08-10 16:07:34 +08:00
|
|
|
- {role: system-init, tags: system-init}
|
|
|
|
|
- {role: wannat_wangw, tags: wannat_wangw}
|
2021-12-01 15:18:24 +08:00
|
|
|
- {role: wannat_common, tags: wannat_common}
|
2021-09-03 03:29:01 -04:00
|
|
|
- {role: wire_graft, tags: wire_graft}
|
|
|
|
|
- {role: nz-talon, tags: nz-talon}
|
2021-09-10 15:59:57 +08:00
|
|
|
- {role: tsg-os-provision-condition, tags: tsg-os-provision-condition}
|
2021-10-31 15:36:04 +03:00
|
|
|
- {role: hasp, tags: hasp}
|