从硬件设备读取SN,初始化device_info类型改为20.

This commit is contained in:
lijia
2020-10-21 11:03:58 +08:00
parent 151ba7929a
commit fad841b1fe
2 changed files with 10 additions and 0 deletions

View File

@@ -63,6 +63,13 @@
src: "{{ role_path }}/../tsg-common-files/tsg_device_tag.json.j2"
dest: "/opt/tsg/etc/tsg_device_tag.json"
tags: template
- name: Template the tsg_series.json
template:
src: "{{ role_path }}/templates/tsg_series.json.j2"
dest: "/opt/tsg/etc/tsg_series.json"
tags: template
- name: "copy tsg-monitor.service to destination server"
synchronize:

View File

@@ -0,0 +1,3 @@
{
"series": "20"
}