collection of ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
329 B

---
- name: install metallb
command: kubectl apply -f https://raw.githubusercontent.com/google/metallb/master/manifests/metallb.yaml
- name: deploy config map from template
template:
src: configmap.yml
dest: /root/metallb-configmap.yml
- name: apply config map
command: kubectl apply -f /root/metallb-configmap.yml