This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/ansible/roles/tsg_sn/tasks/main.yml
2021-06-30 10:14:56 +08:00

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'