summaryrefslogtreecommitdiffstats
path: root/common-playbook.yml
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-20 14:52:23 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-20 14:52:23 -0400
commit21b051177dc5897d239e6532f5f245a32f7dfb36 (patch)
tree5a76d681a639d4aff9af291fb8564fd92dd94cef /common-playbook.yml
parentec95e5829cdf179be145b229eb3e92178d0e92b8 (diff)
downloademacsconf-ansible-21b051177dc5897d239e6532f5f245a32f7dfb36.tar.xz
emacsconf-ansible-21b051177dc5897d239e6532f5f245a32f7dfb36.zip
Starting point for icecast config
Diffstat (limited to 'common-playbook.yml')
-rw-r--r--common-playbook.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/common-playbook.yml b/common-playbook.yml
index 815aac4..819db36 100644
--- a/common-playbook.yml
+++ b/common-playbook.yml
@@ -29,3 +29,9 @@
roles:
- upload
+- name: Set up icecast server for streaming
+ hosts: stream
+ tags: stream
+ roles:
+ - stream
+