WIP: Notes

This commit is contained in:
ducoterra
2023-01-22 10:23:32 -05:00
parent 770b208f26
commit 5cc4c9b9cf
77 changed files with 2194 additions and 227 deletions

10
pi/pi.yml Normal file
View File

@@ -0,0 +1,10 @@
---
# Run through all tasks to setup machines
# https://community.frame.work/t/fedora-linux-35-on-the-framework-laptop/6613/10
- hosts: raspberrypi
gather_facts: true
order: inventory
roles:
- role: ansible/openssh
- role: ansible/hostname
- role: ansible/reboot