#*********************************************************************
#*                                                                   *
#* <copyright                                                        *
#*     notice="cics-lm-source"                                       *
#*     ****="@noPID@ "                                               *
#*     years="2022"                                                  *
#*     crc="2729924232" >                                            *
#*                                                                   *
#*                                                                   *
#*     Licensed Materials - Property of IBM                          *
#*                                                                   *
#*     @noPID@                                                       *
#*                                                                   *
#*     (C) Copyright IBM Corp. 2022 All Rights Reserved.             *
#*                                                                   *
#*     @{[**]copyright.years=2022}                                   *
#*                                                                   *
#*                                                                   *
#*     </copyright>                                                  *
#*                                                                   *
#*   STATUS = @STATUS@                                               *
#*                                                                   *
#* FILE : zosendpoint.yml                                            *
#*                                                                   *
#* CHANGE ACTIVITY :                                                 *
#*                                                                   *
#*  PN= REASON REL YYMMDD HDXXIII : REMARKS                          *
#*      Base       211207 HD3BKSK : Base                             *
#*                                                                   *
#*********************************************************************
all:
  hosts:
    # Add required zosendpoint(s) here using the template below:
    # zosendpoint:
    #   ansible_host: <ipAddress>
    #   ansible_user: <connection_userId>
    #   ansible_port: 22
    # zosendpoint2:
    #   ansible_host: <another-ipAddress>
    #   ansible_user: <another-connection_userId>
    #   ansible_port: 2255
  vars:
    # The following variables are required, the given defaults can be updated if required.
    zpm_installation_dir: "/usr/lpp/IBM/zpm"
    zpm_state_dir: "/var/zpm"
    java_home: "/usr/lpp/java/J8.0_64"
    zpm_products_hlq: "ZPM"
    zpm_registry_location: "us.icr.io"
    # The following variables are optional, they can be set if required during local execution. 
    # zpm_registry_user_credential: ""
    # zpm_registry_proxy_user_credential: ""
    # zpm_registry_proxy_host: ""
    # zpm_registry_proxy_port: ""
