Initial commit
This commit is contained in:
commit
906e1abd06
4 changed files with 274 additions and 0 deletions
15
defaults/main.yml
Normal file
15
defaults/main.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
icecast2:
|
||||
location: Earth
|
||||
admin: icemaster@localhost
|
||||
hostname: localhost
|
||||
max_clients: 100
|
||||
max_sources: 10
|
||||
#source_password: TODO
|
||||
#relay_password: TODO
|
||||
admin_user: admin
|
||||
#admin_password: TODO
|
||||
listen_sockets:
|
||||
- port: 8000
|
||||
ssl_certificate: /usr/share/icecast2/icecast.pem
|
||||
http_headers:
|
||||
Access-Control-Allow-Origin: '*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue