This role generates the API Archive file when provided with the project directory and archive file name.
Ensure that the z/OS® Connect EE build toolkit is installed.
-
project_directory
: file path to the root directory of user's project. -
archive_file_name
: name of the new archive file to be generated.
- hosts: all
gather_facts: no
environment: "{{ environment_vars }}"
tasks:
- name: Generate API Archive
include_role:
name: zcee_generate_aar
vars:
project_directory: path/to/root/project/directory
archive_file_name: archives/api_archive.aar
Copyright (c) IBM Corporation 2020 Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
- Omar Elbarmawi [email protected], @oelbarmawi
© Copyright IBM Corporation 2020