Re: [ansible-project] getting Asible.errors.AnsibleUndefinedVariable: 'broker' is undefined despite assigning in inventory file

2024-04-22 Thread Todd Lewis
The messages are correct. You have only defined the "broker" variable on one set of hosts, and the two hosts indicated in the errors are not in that set. You can fix this in a couple of ways. One way is to define all three variables in all three sets of hosts: qa_eng_kafka_cluster:

[ansible-project] New Release: ansible-core v2.15.11

2024-04-22 Thread ansible-announcements
ANSIBLE-CORE V2.15.11 View this release on: * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.11] * PyPI [https://pypi.org/project/ansible-core/v2.15.11/] CHANGELOG See the full changelog [https://github.com/ansible/ansible/blob/v2.15.11/changelogs/CHANGELOG-v2.15.rst] for the

[ansible-project] New Release: ansible-core v2.14.16

2024-04-22 Thread ansible-announcements
ANSIBLE-CORE V2.14.16 View this release on: * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.16] * PyPI [https://pypi.org/project/ansible-core/v2.14.16/] CHANGELOG See the full changelog [https://github.com/ansible/ansible/blob/v2.14.16/changelogs/CHANGELOG-v2.14.rst] for the

[ansible-project] getting Asible.errors.AnsibleUndefinedVariable: 'broker' is undefined despite assigning in inventory file

2024-04-22 Thread Sameer Modak
Hello Team, I am putting broker: true and zookeeper: true in inventory file but i still getting below exception as its referred in j2 file An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'broker' is