wyoming, borg, grayjay, oh my
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s

This commit is contained in:
2025-05-04 02:32:34 -04:00
parent c2fa408c1e
commit ab2b033c54
31 changed files with 548 additions and 166 deletions

15
ansible/ansible.md Normal file
View File

@@ -0,0 +1,15 @@
# Ansible Inventory
This project lives outside the typical project structures as a means of tracking inventory.
## Install
```bash
pacman -S ansible ansible-core python-kubernetes
```
## Setup
```bash
ansible fedora -m ping -i ansible/inventory.yaml
```

25
ansible/inventory.yaml Normal file
View File

@@ -0,0 +1,25 @@
fedora:
hosts:
3dserver:
podman:
kubernetes:
docker:
yellow:
borg:
ubuntu:
hosts:
unifi-external:
caddy:
hosts:
3dserver:
wyoming:
hosts:
pink-rpi.reeselink.com:
mic_volume_multiplier: 2
red-rpi.reeselink.com:
mic_volume_multiplier: 2
rpi5.reeselink.com:
mic_volume_multiplier: 8