Skip to content
New issue

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

HAPROXY 2.4 compatibility #1

Open
BobTB opened this issue Mar 17, 2022 · 0 comments
Open

HAPROXY 2.4 compatibility #1

BobTB opened this issue Mar 17, 2022 · 0 comments

Comments

@BobTB
Copy link

BobTB commented Mar 17, 2022

To get it work with haproxy 2.4 I had to change the main.yml task:

  • name: build haproxy
    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:

  • hosts: localhost
    gather_facts: yes
    become: yes
    vars:
    haproxy_major_version: 2.4
    haproxy_minor_version: 15
    haproxy_checksum: 3958b17b7ee80eb79712aaf24f0d83e753683104b36e282a8b3dcd2418e30082
    roles:
    • role: solana-rpc-haproxy-ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant