From 2754cec12523002c9054e786c3bbb51c8b3c2442 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 12 Mar 2024 13:54:56 +0930 Subject: [PATCH] feat(infrastructure): initial infrastructure index !60 --- pages/projects/infrastructure/index.md | 66 ++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 pages/projects/infrastructure/index.md diff --git a/pages/projects/infrastructure/index.md b/pages/projects/infrastructure/index.md new file mode 100644 index 0000000..1dd4972 --- /dev/null +++ b/pages/projects/infrastructure/index.md @@ -0,0 +1,66 @@ +--- +title: Infrastructure +description: No Fuss Computings Infrastructure project using open source software +date: 2024-01-13 +template: project.html +about: https://gitlab.com/nofusscomputing/projects/ansible +--- + +This infrastructure project exists as an example of computing infrastructure that is based on open source infrastructure. + + +## Goal + +Design, build and deploy computer infrastructure using open source software that could be used by both enterprise and home user. + + +## Requirements + +- Remote Management of hosts / users + +- Data Storage + +- multi-site + + +## Areas + +- Certificate Authority + +- HyperVisor _KubeVirt via K3s Kubernetes_ + +- Identity Management _IPA_ + +- Identity Provider (SSO) _Keycloak_ + +- Networking + + - DNS + + - DHCP + + - IPAM _phpIPAM_ + + - Radius + + - TFTP + +- ITSM + + - Config Management _AWX_ + + - Computer Lifecycle Management _Foreman_ + + - ITAM _glpi_ + + - Remote Desktop Support _Mesh Central_ + + - Ticketing (Incident / Request) _GLPI_ + + - Service Catalog _GLPI_ + +- Storage _Ceph_ + +- Virtual Desktop Infrastructure (VDI) _Mesh Central ???_ + +