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