IBM / ansible-role-infosvr

Ansible role for automating the deployment of IBM InfoSphere Information Server
Apache License 2.0
15 stars 12 forks source link

How does Script knows where to install each Service? #30

Closed Ramnikov closed 3 years ago

Ramnikov commented 3 years ago

I have 3 instances:

In the script, I see delegate_to: localhost but not to target instance. Also, Playbook says hosts: all How do I install the domain on domain Instance and Engine on engine instance?

Ramnikov commented 3 years ago

found solution