diff --git a/roles/tsg-cli-mxn/tasks/main.yml b/roles/tsg-cli-mxn/tasks/main.yml index b031e9a..93d38cb 100644 --- a/roles/tsg-cli-mxn/tasks/main.yml +++ b/roles/tsg-cli-mxn/tasks/main.yml @@ -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: diff --git a/roles/tsg-cli-mxn/templates/tsg_series.json.j2 b/roles/tsg-cli-mxn/templates/tsg_series.json.j2 new file mode 100644 index 0000000..31366a0 --- /dev/null +++ b/roles/tsg-cli-mxn/templates/tsg_series.json.j2 @@ -0,0 +1,3 @@ +{ + "series": "20" +}