Enable instance in AAP using command.
In AAP 2.4 on RHEL8 servers I am looking for a way to disable/enable instances (Execution Nodes) as part of OS patching process for AAP servers.
Version of awx-manage is 4.5.12
It was recommended in this KB to do this:
My goal is to be able to run a script from Bastion and target all servers in my AAP solution to do needed activities before and after patching the OS.
Seems like there is command support to disable an instance using:
awx-manage disable_instance FQDN-of-instance
But I cant find that awx-manage supports enabling the instance, how come?
I do not want to do this using the GUI. Is my only option to do it via API?