I have an inventory something like this , each main cluster has children 
like broker.
Now how do i run any tasks against perticular group.broker. When we pass 
the group with --limit it does not work it runs on all broker.  Also  main 
playbook has hosts:all in it

annsible/grafana-agent-play.yaml -i kafka_inventory.yaml --limit 
qa_kafka_cluster -u sam -k -b

dev_kafka:

      children:

        App:

          children:

            dev_kafka_cluster:

               children:

                 zookeeper:

                   hosts: 

                     dev1-main-zookpr[01:05].dev

                 broker:

                   hosts:

                     dev1-main-kafka[01:06].dev

                 schema_registry:

                   hosts:

                     dev1-main-kafka[01:06].dev

        uc:

          children:


    qa_kafka:

      children:

        App:

          children:

            qa_kafka_cluster:

               children:

                 zookeeper:

                   hosts: 

                     qa1-main-zookpr[01:03].qa

                 broker:

                   hosts:

                     qa1-main-kafka[01:06].qa

                 schema_registry:

                   hosts:

                     qa1-main-kafka[04:06].qa



========



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0e0e0032-661b-4d2e-9fe4-347c08157d7bn%40googlegroups.com.

Reply via email to