-{% raw %}
##############################################################################
# Copyright (c) 2017 ZTE Corporation and others.
#
- { role: qtip, tasks: aggregate, tags: [aggregate] }
# publish results
- { role: opnfv-testapi, tasks: report, when: testapi_url is defined, tags: [report] }
-{% endraw %}
-{% raw %}
##############################################################################
# Copyright (c) 2017 ZTE Corporation and others.
#
gather_facts: no
roles:
- { role: qtip, tasks: generate-inventory }
-{% endraw %}
-{% raw %}
##############################################################################
# Copyright (c) 2017 ZTE Corporation and others.
#
roles:
# teardown environment
- { role: qtip, tasks: teardown }
-{% endraw %}
-{% raw %}
localhost ansible_connection=local
[{{ installer_master_group[installer] }}]
{% endfor %}
{% endfor %}
-{% endraw %}
-{% raw %}
# Connect to target node through jump host
#
# OpenSSH 7.3:
ProxyCommand ssh -o 'ForwardAgent yes' {{ installer_master_host }} 'ssh-add && nc %h %p'
{% endfor %}
-{% endraw %}
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-- name: generating workspace
+- name: copying default files
+ synchronize:
+ src: defaults/
+ dest: "{{ workspace }}/"
+
+- name: customizing for workspace
template:
src: "{{ item.src }}"
dest: "{{ workspace }}/{{ item.path }}"