Skip to content

Commit

Permalink
site: reenable voctop roles
Browse files Browse the repository at this point in the history
Note: power_supply is disabled, as it requires a running node_exporter
to work, can be uncommented when we have it.
  • Loading branch information
krokodilerian committed Oct 22, 2023
1 parent 61048e1 commit 05b01f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/playbooks/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
remote_user: root
roles:
- { role: laptop, tags: [ 'laptop' ] }
# - { role: video-repo, tags: [ 'video-repo' ] }
# - { role: video-monitoring, tags: [ 'video-monitoring' ] }
- { role: video-repo, tags: [ 'video-repo' ] }
- { role: video-monitoring, tags: [ 'video-monitoring' ] }
# - { role: power_supply, tags: [ 'power_supply' ] }
# - { role: video-voctop, tags: [ 'video-voctop' ] }
- { role: video-voctop, tags: [ 'video-voctop' ] }

- name: video-stream-dump
hosts: video-stream-dump
Expand Down

0 comments on commit 05b01f1

Please sign in to comment.