This commit is contained in:
22
README.md
22
README.md
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user