Skip to content

A ansible collection to automate self hosted services. Includes managed kubernetes cluster with CI pipelines.

License

Notifications You must be signed in to change notification settings

hiteshnayak305/ansible-homelab

Repository files navigation

Ansible Collection - hiteshnayak305.homelab

This collection provides management of homelab infrastructure and k8s cluster.

Tasks

In Work

TODO

  • Install kubernetes-sigs/descheduler for optimized pods distribution.
  • Enable dependabot autometic dependency updates.
  • Cleanup fixed parameters for public release.

Completed

Installing this collection

You can install the hiteshnayak305.homelab collection with the Ansible Galaxy CLI:

ansible-galaxy collection install hiteshnayak305.homelab

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: hiteshnayak305.homelab
    version: ...  # Optional

License

This project is licensed under the MIT License

About

A ansible collection to automate self hosted services. Includes managed kubernetes cluster with CI pipelines.

Resources

License

Stars

Watchers

Forks