File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ dependency:
99driver :
1010 name : " podman"
1111platforms :
12+ - name : " haproxy_v3.2"
13+ image : " ${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
14+ pre_build_image : true
15+ privileged : true
16+ override_command : false
17+ systemd : true
18+ tty : true
1219 - name : " haproxy_v3.0"
1320 image : " ${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
1421 pre_build_image : true
@@ -45,6 +52,10 @@ provisioner:
4552 vars :
4653 haproxy_ssl_dhparam_size : 512
4754 host_vars :
55+ haproxy_v3.2 :
56+ haproxy_create_self_signed_cert : true
57+ haproxy_ppa_version : " ppa:vbernat/haproxy-3.2"
58+ haproxy_version : " 3.2.*"
4859 haproxy_v3.0 :
4960 haproxy_create_self_signed_cert : true
5061 haproxy_ppa_version : " ppa:vbernat/haproxy-3.0"
You can’t perform that action at this time.
0 commit comments