Ajout des serveurs de voix

This commit is contained in:
VC
2019-09-05 22:40:23 +02:00
parent 84afea328a
commit d43e55e20a
13 changed files with 391 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
- name: install icecast2
package:
name: icecast2
state: present
- name: configuration file
template:
src: icecast.xml.j2
dest: /etc/icecast2/icecast.xml
notify:
- restart icecast2