# Copyright (c) IBM Corporation 2020

# this group is used in sample_role_workflow_*.yml
[workflow]
SY1
SY2

# this group is used in sample_role_cpm_*.yml
# If hostname is changed here, please create "host_name".yml file under host_vars and specify host specific variables as shown in example zosmf1.yml
[cpm]
zosmf1 zmf_host=zosmf1.ibm.com zmf_port=443
zosmf2 zmf_host=zosmf2.ibm.com zmf_port=443

# this group is used in sample_role_job_*.yml
# If hostname is changed here, please create "host_name".yml file under host_vars and specify host specific variables as shown in example SY1.yml
[job]
SY1 zmf_host=zosmf1.ibm.com zmf_port=443
SY2 zmf_host=zosmf2.ibm.com zmf_port=443