add udev template
This commit is contained in:
parent
7cda1e26c3
commit
aa4fddafa4
1
templates/udev/50-ups.rules.j2
Normal file
1
templates/udev/50-ups.rules.j2
Normal file
@ -0,0 +1 @@
|
|||||||
|
SUBSYSTEM=="usb", ATTR{idVendor}=="{{ nut_manufacturer_id}}", ATTR{idProduct}=="{{ nut_product_id }}", GROUP="nut"
|
2
tests/inventory
Normal file
2
tests/inventory
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
localhost
|
||||||
|
|
4
tests/test.yml
Normal file
4
tests/test.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- ansible-role-nut
|
2
vars/main.yml
Normal file
2
vars/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# vars file for ansible-role-nut
|
Loading…
Reference in New Issue
Block a user