Hi,
We currently have our inventory as like below in the on-prem and we would like to convert this to an understandable format for Ec2 instances in the AWS cloud infrastructure.
the inventory is being referred using :
inventory: ‘repo/inventory/dyn’,
e.g.
HOSTNAME1:
dataip: IP1
environment_id: development
role: [componentname]
HOSTNAME2:
dataip: IP2
environment_id: development
role: [component2]
Can someone help or guide on how to convert this to a ec2.py format so that when the code deployment happens via the jenkins, it can be done without much changes in the ansible code?
Thank you
Regards
Karthick