Add a role to install Trollibox

This commit is contained in:
polyfloyd 2021-10-02 16:31:21 +02:00
parent 1c9a0b37d3
commit f24e8b6436
4 changed files with 36 additions and 0 deletions

3
hosts
View file

@ -3,3 +3,6 @@ bank-pi.bitlair.nl
[mqtt_internal]
mqtt.bitlair.nl
[music]
music.bitlair.nl

View file

@ -0,0 +1,17 @@
---
- name: reload nginx
systemd:
name: nginx
state: reloaded
- name: rebuild trollibox
command: ./build.sh
args:
chdir: /opt/trollibox
environment: { RELEASE: 1 }
- name: restart trollibox
systemd:
name: trollibox
state: restarted
daemon_reload: true

View file

@ -0,0 +1,3 @@
---
- tags: music_trollibox
include: trollibox.yaml

View file

@ -0,0 +1,13 @@
---
- name: Clone trollibox source
git:
repo: https://github.com/polyfloyd/trollibox.git
version: master
dest: /opt/trollibox
accept_hostkey: yes
notify:
- rebuild trollibox
- restart trollibox
- name: Initial build
meta: flush_handlers