Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
0bd328f171 chore(deps): bump molecule-plugins[vagrant] from 23.5.3 to 23.7.0
Bumps [molecule-plugins[vagrant]](https://github.com/ansible-community/molecule-plugins) from 23.5.3 to 23.7.0.
- [Release notes](https://github.com/ansible-community/molecule-plugins/releases)
- [Commits](https://github.com/ansible-community/molecule-plugins/compare/v23.5.3...v23.7.0)

---
updated-dependencies:
- dependency-name: molecule-plugins[vagrant]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 02:48:14 +00:00
4 changed files with 3 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
ansible-compat==4.1.11
ansible-compat==24.10.0
# via molecule
ansible-core==2.18.0
# via
@@ -73,11 +73,11 @@ markupsafe==2.1.4
# via jinja2
mdurl==0.1.2
# via markdown-it-py
molecule==6.0.3
molecule==25.1.0
# via
# -r requirements.in
# molecule-plugins
molecule-plugins[vagrant]==23.5.3
molecule-plugins[vagrant]==23.7.0
# via -r requirements.in
netaddr==0.10.1
# via -r requirements.in

View File

@@ -30,4 +30,3 @@ metal_lb_mode: layer2
metal_lb_available_timeout: 240s
metal_lb_controller_tag_version: v0.14.3
metal_lb_ip_range: 192.168.30.80-192.168.30.90
metal_lb_interfaces:

View File

@@ -129,10 +129,6 @@ argument_specs:
description: MetalLB ip range for load balancer
default: 192.168.30.80-192.168.30.90
metal_lb_interfaces:
description: MetalLB interfaces to announce on. By default, announces on all interfaces.
default:
metal_lb_controller_tag_version:
description: Image tag for MetalLB
default: v0.14.3

View File

@@ -21,13 +21,6 @@ kind: L2Advertisement
metadata:
name: default
namespace: metallb-system
{% if metal_lb_interfaces %}
spec:
interfaces:
{% for interface in metal_lb_interfaces %}
- {{ interface }}
{% endfor %}
{% endif %}
{% endif %}
{% if metal_lb_mode == "bgp" %}
---