Ajout des serveurs de voix
This commit is contained in:
12
roles/icecast2/tasks/main.yml
Normal file
12
roles/icecast2/tasks/main.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user