Hi,
I have small problem. I have my own playbook to prepare installation of our product which also using ansible. My playbook is using for download product from repo, unpack, customize some config files and so on. After that I have unpacked and configured product which only need to be executed from ansible (ansible-playbook -i product_inv product.yml). How to define command/include product_playbook with product_inventory to my playbook? I tried by shell command: “ansible-playbook” but I had some problems wifh paths. Is it possible define tasks/role with external inventory file?
Br,
Mateusz