Domenic Bove

Results 12 comments of Domenic Bove

Great idea! We have added this to our backlog. We won't get to it near term.

Yes this is a great thought, I recently was debugging something w a user and we had to remove some kafka log files because he could not email the entire...

I am working on some docs for this. The general approach is to manually stop all services on a given host and then upgrade it using the all.yml playbook ie:...

@22RC It seems this fix is causing issues, filling up the disk on hosts unnecessarily. See https://github.com/confluentinc/cp-ansible/pull/830 Can we think of another solution for your issue?

Interesting point, the general idea was that `gather_facts: true` took too long and I wanted a quicker way to gather just the required subset of facts. The [setup module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/setup_module.html) is...

So far we have had success with allowing for customization of _just the advertised listener hostname_: https://docs.confluent.io/ansible/current/ansible-configure.html#add-advertised-listener-hostnames And we are using the `hostname` key as what to put into the...

@aig787 I like it! I've always felt the upgrade playbooks should be in a "playbook" directory The roles have access to whats in the plugins dir right? Also is the...

I personally do not care where the ansible.cfg is placed, i just know if you run the playbook and your current dir is not where ansible.cfg is then there are...

I have no problem with moving file locations as long as functionality stays consistent @erikgb @JumaX. This seems like large enough work that it should go into the master branch,...

Or @erikgb If you have the work sitting in a branch, you are welcome to make a PR into the master branch and we will review. I dont think that...