added mylimbo.globals roles
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 9s

This commit is contained in:
2025-09-27 22:16:12 +00:00
parent bf26ea98aa
commit 0ec90a6381
5 changed files with 22 additions and 12 deletions

View File

@@ -9,16 +9,6 @@ The server operates within its own VLAN (`homesrv`) but requires controlled comm
<!-- omit in toc -->
## Table of Contents
- [Services](#services)
- [myInfra stack](#myinfra-stack)
- [docker](#docker)
- [rclone plugin](#rclone-plugin)
- [nginx](#nginx)
- [Home Assistant](#home-assistant)
- [Lyrion Music Server (LMS)](#lyrion-music-server-lms)
- [Mosquitto](#mosquitto)
- [Wyoming](#wyoming)
- [Zigbee2mqtt](#zigbee2mqtt)
- [Host](#host)
- [Proxmox - container](#proxmox---container)
- [OS](#os)
@@ -26,9 +16,17 @@ The server operates within its own VLAN (`homesrv`) but requires controlled comm
- [Development, Maintenance and Deployment](#development-maintenance-and-deployment)
- [Docker context](#docker-context)
## Services
### Setup system
### myInfra stack
**Install/Update requirements (collections and roles):**
``` bash
ansible-galaxy collection install -r ./ansible/requirements.yml --force
```
``` bash
ansible-playbook ./ansible/site.yml
```
docker, promtail and telegraf configuration [maintained by ansible playbook](./site.yml).