Fobhep

Results 24 comments of Fobhep

awesome - thanks for your efforts @evgeni :) I agree with your proposal - seems to be the best way for now

@milanzelenka I did not. My understanding is that ansible-builder uses by default those settings on EL servers: ``` ARG EE_BASE_IMAGE=registry.redhat.io/ansible-automation-platform-21/ee-minimal-rhel8:latest ARG EE_BUILDER_IMAGE=registry.redhat.io/ansible-automation-platform-21/ansible-builder-rhel8:latest ``` And I think that within those images...

check out your `Containerfile` in the build directory - what is set for you? something like this? ``` ARG EE_BASE_IMAGE=quay.io/ansible/ansible-runner:latest ARG EE_BUILDER_IMAGE=quay.io/ansible/ansible-builder:latest ``` You can always try and prebuild your...

hey there, in case this is still current: How about you put all your code in a folder. create with the webinterface in github a new repository and upload the...

@purbon Imho adding users to the julie-ops group is a good and proper solution. I think we could very well live with that but we should consider adding a short...

The error happens when running the kafka-connector deployment task and Ansible returns either Request timed out or Bad Request After digging in the logs I then managed to find Exceptions...

@JumaX In that particular customer scenarion it was JDBC connectors only

Another thing I noticed only now: Sometimes I get a "HTTP Error: 409 Conflict", but the module itself is saying "changed: true" . Now I am aware that the REST...

sure - I will get back at you asap with that

happy to get your feedback then :) let me maybe add one point - from my point as a consultant this would be very useful for "virgin kafka" clients who...