Git Product home page Git Product logo

homelab's Introduction

Ansible Collection - fansilet.homelab

This collection aims to hold a mixed set of roles and plugins enabling the deployment and automation for multiple GNU/Linux services.

Such as deploy or create standalone servers, homelab servers, filesharing servers, DNS services, kubernetes clusters.

The initial intention on creating this is follow the new Ansible GalaxyNG standards while also maintaining multiple services of my interest. Such as deploy my homelab samba server, or create NFS shares etc...

This collection is designed to also keep retro-compability with standalone ansible roles, by using git submodules. Each role or plugin is maintained in a independent git repository.

All roles of this collections can be found in the fansilet-roles organization.

Installing:

  • Manual install from git URI:
ansible-galaxy collection install fansilet.homelab
  • Installing via requirements from galaxy:
# requirements.yml
---
collections:
  - name: fansilet.homelab
    version: 0.1.0
ansible-galaxy collection install -r requirements.yml -p collections/

Building the Collection:

ansible-galaxy collection build
  • Cloning the latest development version:
git clone --recurse-submodule https://github.com/fansilet-collections/homelab
  • Using the Makefile:
    alternativelly is possible to build and push the collection using the Makefile e.g:
# build the collection
make build
# cleaning the built collection
make clean
# publish the collection to ansible-galaxy
make push

Collection Roles:

TDB

Q&A

Q: Why fansilet?
A: The orignal name was fansible, in the sense of "It's Fancy, It's Ansible, It's fansible. However this evolved to use podman quadlet, becoming: "It's Fancy, It's Ansible, It's Quadlet, It's Fansilet.

Q: Why there's two orgs in github, fansilet-collections and fansible-roles?
A: In gitlab we have groups which allows to organize better or code. In Github the similar way of solving it is by having orgs.

License

GPL-2.0-or-later

Author and Acknowledge

Igor Brandão <@mrbrandao>

homelab's People

Contributors

mrbrandao avatar

Watchers

 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.