Ansible-Install-MetalLb

Install MetalLb using Ansible

Stars
1

Install MetalLb ( Ansible )

You can use this role to install MetalLb. MetalLB is a load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.

How-to

First you need instal the role:

  • Clone this role:

    git clone [email protected]:hatamiarash7/Ansible-Install-MetalLb.git install_metallb
    
  • Or you can install using galaxy:

    ansible-galaxy install hatamiarash7.install_metallb
    

Then, Include role in Playbook:

- hosts: all
    roles:
        - hatamiarash7.install_metallb

Variables

You should have an IP pool for MetalLb. There are two variable here to handle this:

  • ip_pool_first
  • ip_pool_last

Note: You can use the same IP for both of them, if you have a single IP for your cluster.


Support

Contributing

Don't be shy to be a contributor 😉

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them.