I am importing my inventory from ServiceNow, so I have to go with what I’m given. I’m given multiple WebLogic Nodes per individual server, that is per ansible_host. I’d like the user to be able to pull all Inventory Hosts, but have the process run once per “ansible_host” sometimes and other times have the process run against each Inventory Host separately, so multiple times per ansible_host.
Is this possible without writing a “lock file” solution?
Thank you.