# Copyright (c) IBM Corporation 2020

# defines a group of z/OS systems
[zsystems]
SY1 ansible_host=hostname_of_zos_system

# this group is used in sample_role_complete_workflow.yml
[workflow:children]
zsystems

# this group is used in sample_cpm_*.yml
[cpm:children]
zsystems
