We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To get it work with haproxy 2.4 I had to change the main.yml task:
and comment out the build/install halog, as I could not make it work.
Playbook was:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To get it work with haproxy 2.4 I had to change the main.yml task:
shell: make -j $(nproc) TARGET=linux-glibc USE_OPENSSL=1 USE_ZLIB=1 USE_LUA=1 USE_PCRE=1 USE_SYSTEMD=1 USE_PROMEX=1
and comment out the build/install halog, as I could not make it work.
Playbook was:
gather_facts: yes
become: yes
vars:
haproxy_major_version: 2.4
haproxy_minor_version: 15
haproxy_checksum: 3958b17b7ee80eb79712aaf24f0d83e753683104b36e282a8b3dcd2418e30082
roles:
The text was updated successfully, but these errors were encountered: