How can I specify the host order

Hi,

I have a number of groups of servers that need to be handled in a specific order, I was able to achieve this in the Ansible inventory by specifying :

  • hosts: windowsDCSunday10amSerial
    serial: 1
    order: inventory

in the playbook.
But I can’t see how to specify the order via AWX .

Please advise .

Greg

Why not use awx workflows to order the jobs & inventories?

Thanks for that I’ll have a look at what can be done via workflows.