On Mon, Jan 21, 2019 at 07:28:07AM -0800, David Metcalf wrote: > Hello, > > I have created a custom inventory. I would like to have the on/off button > for the hosts listed in the inventory work. I have attempted to follow the > format of other inventory sources such as setting the "status" value to > down but that does not seem to work. Any advice on how to make this show > as "off" for unavailable hosts? > > To be specific, this is the toggle that says, "Indicates if a host is > available and should be included in running jobs". >
I've created a disabled[1] inventory group, which I add hosts into if I don't want to run plays against it. Then, all my playbooks do the following[2]: - hosts: foo-group:!disabled tasks: ... All hosts in the foo-group, minus the ones in disabled will run the play. [1] http://git.openstack.org/cgit/openstack/windmill/tree/inventory/testing/hosts#n3 [2] http://git.openstack.org/cgit/openstack/windmill/tree/playbooks/nodepool.yaml#n15 -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.