DAVINDER PAL

Results 18 comments of DAVINDER PAL

can you explain what changes you made for this @clessley it would be very helpful for us.

@kindlehl, I am unable to reproduce with the new version of ansible. ```bash dpal@DESKTOP-CR9Q1AE:~$ ansible --version ansible [core 2.11.3] config file = None configured module search path = ['/home/dpal/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']...

@jfhovinne, you would need to write doc fragment + test case if possible. example: https://github.com/ansible-collections/community.aws/blob/main/changelogs/fragments/499-elb-module-add-ip_address_type_option.yml The integration test case will be great.

> After investigation, I see that simply setting the addressing style fixes the issue, so we can use `virtual` instead. Can you try with `auto` option instead of `virtual`? ```...

@MrBones757, I believe, it's not related to `aws_ssm.py` module. can you try to use https://docs.ansible.com/ansible/2.9/modules/win_shell_module.html windows specific module for this purpose?

@nlamirault, I suggest cloning this repo and adding the support will be a much better case as there are a limited number of people who are using ansible + grafana...

I recently found a interesting alternate https://github.com/redpanda-data/console

@lanzhiwang I believe, it stores all information in Zookeeper so you have to cleanup zookeeper as well for it which you have mentioned in cmak configuration.

@lazystone, you can create your own image as well, Example: https://github.com/116davinder/kafka-cluster-ansible/blob/master/docker/cmak/Dockerfile **Note*:** all values can be overridden by environment variables.

Hopefully, this will be fixed or documented somewhere properly.