Skip to content

Commit

Permalink
add homekit pin to each inventory item
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Feb 26, 2023
1 parent c83c0ee commit 3629edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hack/ansible/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ledcontrollers:
led_controller-2:
ansible_host: led-controller-2.suderman.us.com
led_count: 7
homekit_pin: 23455239
screen: false

2 changes: 1 addition & 1 deletion hack/ansible/led-controller.service.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=led-controller

[Service]
ExecStart=/usr/bin/led-controller --led-count {{ led_count }} dashboard -v=debug
ExecStart=/usr/bin/led-controller --led-count {{ led_count }} dashboard -v=debug --homekit-pin {{ homekit_pin }}

[Install]
WantedBy=multi-user.target

0 comments on commit 3629edc

Please sign in to comment.