-
Notifications
You must be signed in to change notification settings - Fork 82
/
inventory.yml
20 lines (18 loc) · 941 Bytes
/
inventory.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
# © Copyright IBM Corporation 2020
################################################################################
################################################################################
# Description of the properties used in this configuration:
# - Property `ansible_host` is the z/OS managed node (target),
# e.g, ansible_host: "zvm1.vmec.svl.ibm.com"
# - Property `ansible_user` is the z/OS managed user to connect and run as over SSH,
# e.g, ansible_user: "zosadm"
# - Property `ansible_python_interpreter` is the z/OS managed node (target) Python
# binary installation path, e.g, ansible_python_interpreter: "{{PYZ}}/bin/python3"
################################################################################
---
source_system:
hosts:
zos_host:
ansible_host: zos_target_address
ansible_user: zos_target_username