Bertrand Lanson
48d0c8ecab
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 1m4s
test / Molecule tests (default, debian12) (push) Successful in 1m23s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m9s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m35s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m14s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m30s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m24s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m19s
9 lines
184 B
YAML
9 lines
184 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: "Include ednz_cloud.deploy_haproxy"
|
|
ansible.builtin.include_role:
|
|
name: "ednz_cloud.deploy_haproxy"
|