Benoit Martin

Results 10 comments of Benoit Martin

Would be great to support pod code, service cidr custom. Using an external load balancer. Etc...

I have the same problem.

Hello, First of all thank you for sharing this topic because it affects me too. I have the same problem as you but I can't use the workaround you mention...

I figure out that I only have/need to only modify `requirement.yml` I have to specify the collection I want to add. I understand it right ?

I add one collection. `servicenow.servicenow` I rebuild and test it and `requests` library seem broken. ``` tox -e docker docker recreate: /home/bennyboy/PycharmProjects/awx-ee/.tox/docker docker installdeps: -r/home/bennyboy/PycharmProjects/awx-ee/requirements.txt docker installed: ansible-builder @ git+https://github.com/ansible/ansible-builder.git@34559c28497b457947a9920c63a5d948400e5c36,PyYAML==5.4.1,requirements-parser==0.2.0...

For now I workaround via this. ![image](https://github.com/ansible/awx-ee/assets/7953470/714e0ce7-0f7a-4d74-8789-9e54f0f792bb)

Are you planning to use a newer version of Python? I just noticed that Ansible-lint is going to drop support for Python 3.9 with the latest version.

It would be really helpful to be able to specify all of this during installation. If I have a setup of several nodes, do I have to repeat all its...

I have the same problem. I add `requests-credssp` in the list of pip and that fix the problem.

A dirty way to workaround this ``` - name: Adjust NTP server iosxr_config: lines: > {%- for ntp in ntp_desired_state -%} {{ ntp }}, {%- endfor -%} {%- for no_ntp...