mirror of
https://github.com/Choff3/dashboard.git
synced 2026-01-26 15:38:12 +00:00
Wall Mounted Dashboard
- Shell 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| group_vars | ||
| roles | ||
| scripts | ||
| .gitmodules | ||
| hosts | ||
| README.md | ||
| site.yml | ||
Ansible Dashboard
This repo contains Ansible playbooks for provisioning a tmux based wall dashboard running Debian. The configs are specific to my setup, screen size, location etc.
Running
- Install Debian
- Copy SSH key of primary user to host
git clone --recurse-submodules git@github.com:Choff3/dashboard.git- Populate
group_vars/all ansible-playbook -i hosts site.yml --ask-become-pass