I got this ansible variable array, weblogic[1].name which will give me the name of the second array "manageServer1".
weblogic: [ { name: "adminServer" address: "1.1.1.1" port: 1701 ssl: 1702 }, { name: "manageServer1" address: "1.1.1.2" port: 1703 ssl: 1704 }, ]
How can I pass parameter x=1 on the array, this one won't work, weblogic[x].name or weblogic['x'].name?
I'm working on Ansible 2.6-2.7.