Coder Social home page Coder Social logo

metallb-ansible's Introduction

MetalLB Ansible Playbook

This repo contains an Ansible Playbook able to deploy MetalLB to a cluster using the same commands listed in the MetalLB Docs

Prerequisite

  • Ansible - install guide here
    • Note: for windows users, you will need to install Ansible in WSL.
  • Machines must have passwordless SSH access (only needs to be run on one machine per cluster)

Usage

  1. Clone and enter the github repo.
git clone https://github.com/Chris-Greaves/metallb-ansible
cd metallb-ansible
  1. Copy the sample inventory into one for your own machines.
cp -R inventory/sample inventory/my-clusters
  1. Edit inventory/my-clusters/hosts.ini and add your own list of machine IPs or FQDNs.
    (Remember that you only need one machine per cluster, so for most people looking to add MetalLB to their cluster you should only need one IP or FQDN)
[master]
192.168.1.99
192.168.1.199
192.168.1.225
  1. Check and possibly update inventory/my-clusters/group_vars/all.yml with the correct version and configuration of MetalLB you are trying to deploy.
---
metallb_version: v0.13.5
ip_address_pool: 192.168.1.240-192.168.1.250
address_pool_name: default
advertisement_name: default
  1. Run the playbook from the root of the repository
ansible-playbook deploy.yml -i inventory/my-clusters/hosts.ini

if your machines use a diffent username than the host machine then you can pass that in using -u.

ansible-playbook deploy.yml -i inventory/my-clusters/hosts.ini -u pi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.