17 lines
548 B
YAML
17 lines
548 B
YAML
---
|
|
- name: "Template the tsg_sn.json.j2.j2"
|
|
template:
|
|
src: "{{ role_path }}/templates/tsg_sn.json.j2.j2"
|
|
dest: /opt/tsg/tsg-os-provision/templates/tsg_sn.json.j2
|
|
tags: template
|
|
when: PROFILE_ID == '9000-NPB-P01R01'
|
|
|
|
- name: "Template the tsg_sn.json.j2.j2"
|
|
copy:
|
|
src: "{{ item }}"
|
|
dest: /opt/tsg/tsg-os-provision/
|
|
mode: 0755
|
|
with_items:
|
|
- "{{ role_path }}/files/tsg7400_obtain_sn_from_mxn.sh"
|
|
- "{{ role_path }}/files/cmm_api_tst"
|
|
when: PROFILE_ID == '7400-MCN0-P01R01' or PROFILE_ID == '7400-MCN123-P01R01' |