File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ HAPROXY_HC:
52
52
acme_script : " https://github.com/dehydrated-io/dehydrated/releases/download/v{{ version_dehydrated }}/dehydrated-{{ version_dehydrated }}.tar.gz"
53
53
ja3n_script : ' https://raw.githubusercontent.com/O-X-L/haproxy-ja3n/latest/ja3n.lua'
54
54
ja4_script : ' https://raw.githubusercontent.com/O-X-L/haproxy-ja4/latest/ja4.lua'
55
- sha2_script : ' https://raw.githubusercontent.com/Egor-Skriptunoff/pure_lua_SHA/master/sha2.lua' # ja4 dependency
56
55
57
56
valid_geoip_providers : ['ipinfo', 'maxmind']
58
57
user_geoip : ' haproxy-geoip'
Original file line number Diff line number Diff line change 116
116
mode : 0750
117
117
tags : lua
118
118
119
- - name : HAProxy | Install | Download SHA2 LUA-library (JA4 dependency)
120
- ansible.builtin.get_url :
121
- url : " {{ HAPROXY_HC.url.sha2_script }}"
122
- dest : " {{ HAPROXY_HC.path.lua }}/sha2.lua"
123
- owner : ' root'
124
- group : ' haproxy'
125
- mode : 0750
126
- tags : lua
127
-
128
119
# todo: opt-in for JA4-DB lookups + map update service (https://github.com/O-X-L/haproxy-ja4)
You can’t perform that action at this time.
0 commit comments