Wall Mounted Dashboard
Find a file
2023-01-30 19:38:30 -05:00
.github/workflows change job name 2023-01-30 19:37:51 -05:00
group_vars Add nmcli role and vars 2023-01-30 12:19:29 -05:00
roles fix wifi sec 2023-01-30 12:33:50 -05:00
scripts Playbook finished, need to test on hardware 2022-08-18 10:44:00 -04:00
.gitmodules remove ansible-wifi 2023-01-30 12:12:38 -05:00
hosts add dashboard ethernet ip 2023-01-29 17:16:06 -05:00
README.md Add submodule stage to readme 2023-01-30 11:58:50 -05:00
site.yml Remove old wifi role 2023-01-30 12:23:03 -05:00

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

  1. Install Debian
  2. Copy SSH key of primary user to host
  3. git clone --recurse-submodules git@github.com:Choff3/dashboard.git
  4. Populate group_vars/all
  5. ansible-playbook -i hosts site.yml --ask-become-pass