Genericize the inclusion of libraspberrypi-bin
This commit is contained in:
parent
d68e3430a8
commit
691a934297
@ -11,5 +11,7 @@ api_endpoint: "https://netbox.desu.ltd"
|
|||||||
group_by:
|
group_by:
|
||||||
- device_roles
|
- device_roles
|
||||||
- tags
|
- tags
|
||||||
|
- device_types
|
||||||
|
- manufacturers
|
||||||
device_query_filters:
|
device_query_filters:
|
||||||
- has_primary_ip: "true"
|
- has_primary_ip: "true"
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
---
|
---
|
||||||
# General configuration
|
# General configuration
|
||||||
- hosts: tags_pis
|
- hosts: manufacturers_raspi
|
||||||
tasks:
|
tasks:
|
||||||
- name: install basic packages
|
- name: install raspi packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- libraspberrypi-bin
|
- libraspberrypi-bin
|
||||||
|
Loading…
Reference in New Issue
Block a user