blob: 5110500a2e21071ddb20be98609fc12593787593 [file] [log] [blame]
Scott Bakerc41914d2017-06-26 14:00:52 -07001---
2
3- name: Copy over commonly used and utility TOSCA files
4 copy:
5 src: "{{ item }}"
6 dest: "/opt/cord_profile/{{ item }}"
7 with_items:
8 - setup_headnode.yml
9 - cdn_service.yml
10
11- name: Copy over the public key
12 copy:
13 src: "{{ item }}"
14 dest: "/opt/cord_profile/key_import/{{ item }}"
15 with_items:
16 - cdnnode_id_rsa.pub