feat(defaults): change default version to 2.8 to avoid test failures on debian 11
All checks were successful
test / Linting (push) Successful in 35s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m34s
test / Molecule tests (default, debian12) (push) Successful in 1m53s
test / Molecule tests (default, debian11) (push) Successful in 2m0s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m36s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m37s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m38s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m36s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m44s
All checks were successful
test / Linting (push) Successful in 35s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m34s
test / Molecule tests (default, debian12) (push) Successful in 1m53s
test / Molecule tests (default, debian11) (push) Successful in 2m0s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m36s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m37s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m38s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m36s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m44s
This commit is contained in:
parent
57f9a722b0
commit
5cb7df716a
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# defaults file for deploy_haproxy
|
# defaults file for deploy_haproxy
|
||||||
deploy_haproxy_deploy_method: host # deployment method, either host or docker
|
deploy_haproxy_deploy_method: host # deployment method, either host or docker
|
||||||
deploy_haproxy_version: latest
|
deploy_haproxy_version: "2.8"
|
||||||
|
|
||||||
deploy_haproxy_env_variables: {}
|
deploy_haproxy_env_variables: {}
|
||||||
deploy_haproxy_start_service: true
|
deploy_haproxy_start_service: true
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
deploy_haproxy_deploy_method: docker # deployment method, either host or docker
|
deploy_haproxy_deploy_method: docker # deployment method, either host or docker
|
||||||
deploy_haproxy_version: "2.8"
|
deploy_haproxy_version: "2.7"
|
||||||
deploy_haproxy_env_variables: {}
|
deploy_haproxy_env_variables: {}
|
||||||
deploy_haproxy_start_service: true
|
deploy_haproxy_start_service: true
|
||||||
deploy_haproxy_cert_dir: "/tmp/haproxy-cert"
|
deploy_haproxy_cert_dir: "/tmp/haproxy-cert"
|
||||||
|
Loading…
Reference in New Issue
Block a user