From 77a2d1e10c008a7c920abb842af853dfd95a054f Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 23 Apr 2024 17:52:18 -0500 Subject: [PATCH] Reinclude deprecated playbook that got lost --- playbooks/site_pre.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/site_pre.yml b/playbooks/site_pre.yml index 80666c6..6d4aee0 100755 --- a/playbooks/site_pre.yml +++ b/playbooks/site_pre.yml @@ -15,3 +15,5 @@ # Role (in the Netbox sense) configuration - import_playbook: device_roles_bastion.yml - import_playbook: device_roles_workstation.yml + # Device type, which can include hw-specific stuff like sensors configuration +- import_playbook: device_types_pi4b.yml