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