Coder Social home page Coder Social logo

maas-ansible's Introduction

MaaS (Metal as a Service Quick Install)

Establishing your home office infrastructute is one of the most important steps to consider when establishing your remote workflow. Several options exist such as a rack server, or simple PC clusters, and even raspberry pi small single board computers. The most important thing to consider is that infrastructute changes becomes more difficult after it is put into production and being used to conduct business. If possible, spend time evaluating the various options to meet your remote work needs.

Setup Tutorial

MaaS Tutorial link: - https://www.youtube.com/watch?v=m3d1rz0Nepk

Node deployment

TODOS:

  • Nodes deployed from the provided MAAS configuration may be issolated by subnet or network and unaccessable. Include a MAAS script to execute on each node to establish routing through the MAAS server. Currently the additional step on each node is required to establish routing. For Ubuntu:

    sudo ip route add default {NETWORK/MASK} via {MAAS_SERVER_IP}

    Update /etc/network/interfaces

    add:

    ip /sbin/ip route add {NETWORK/MASK} via {MAAS_SERVER_IP}

    For CentOS update the /etc/sysconfig/network-scrips/route-eth0 append this line:

    {NETWORK/MASK} via {MAAS_SERVER_IP} dev eth0
  • Identify MAAS compatable power management options

  • Update with the Work From Home Tech Website url

Reference Links:

*** Note for CentOS Images ***

If you are using the MAAS CentOS 8 image you will have to update the yum repositories using the following commands

sudo sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
sudo sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*

Work From Home Tech YouTube Channel

Ubuntu Install for MAAS Setup: https://www.youtube.com/watch?v=ASgwQMN34JM

Bare metal Kubernetes hands on tutorial with MAAS and Juju

https://www.youtube.com/watch?v=sLADei_c9Qg

How to self-host Nextcloud and Collabora on Ubuntu Server, both backed by HTTPS provided by Let's Encrypt

https://juju.is/tutorials/deploy-nextcloud-and-collabora-on-ubuntu#1-introduction

Hardware

https://servermonkey.com

Work From Home Tech YouTube Channel Introduction

WFHT Channel Intro

Link - https://youtu.be/7zls5w3Ar1U

Work From Home Tech Website

Coming Soon!

maas-ansible's People

Contributors

flipthedream avatar

Stargazers

Salih avatar

Watchers

Salih avatar

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.