Re: [ansible-project] how to run perticular dependency role for specific host group

2024-04-18 Thread Brian Coca
Don't use dependencies, use include_role and make it conditional -- -- Brian Coca (he/him/yo) -- 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

[ansible-project] how to run perticular dependency role for specific host group

2024-04-18 Thread Sameer Modak
Hello Team, We have below grafana agent play.yaml and inside dependency we have mentioned below content now issue is kafka_exporter role runs on all hosts. We want only to run on broker host how to achieve it?? grafana-agent-play.yaml - name: "GRAgent Play" hosts: all:!localhost