updated installation for baas
diff --git a/tasks/cache.yml b/tasks/cache.yml new file mode 100644 index 0000000..4cdd750 --- /dev/null +++ b/tasks/cache.yml
@@ -0,0 +1,9 @@ +--- +- name: Update cache with key and value + cache: + key: "{{ item.key }}" + value: "{{ item.value }}" + with_items: + - { key: 'opdk_baas_silent_install_file_path', value: '{{ opdk_installer_path }}/edge-baas-response.conf' } + - { key: 'baas_cluster_name', value: '{{ baas_cluster_name }}' } + - { key: 'baas_portal_port', value: '{{ baas_portal_port }}' }
diff --git a/tasks/main.yml b/tasks/main.yml index cb66689..1adb82a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,8 @@ --- # tasks file for apigee-opdk-baas-silent-installation-config -- include: cassandra.yml +- include_tasks: cache.yml + +- include_tasks: cassandra.yml - name: Construct the silent-install file template: