Encryption and major changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: MetalLB | Copy manifest files to host
|
||||
ansible.builtin.get_url:
|
||||
url: "https://raw.githubusercontent.com/metallb/metallb/v{{ metallb_version }}/config/manifests/metallb-native.yaml"
|
||||
url: "https://raw.githubusercontent.com/metallb/metallb/v{{ microk8s_metallb_version }}/config/manifests/metallb-native.yaml"
|
||||
dest: "{{ k8s_etc }}/metallb.yaml"
|
||||
mode: "0600"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
addresses:
|
||||
- "{{ lb_ips }}"
|
||||
- "{{ microk8s_lb_ips }}"
|
||||
|
||||
- name: MetalLB | Create L2Advertisement
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user