mumble-formula/mumble/init.sls
2024-06-22 13:39:03 +02:00

22 lines
578 B
Text

Ensure git is installed:
pkg.installed:
- name: git
mumble docker git repository is available and up to date:
git.latest:
- name: https://code.flipdot.org/flipdot/mumble-docker.git
- target: /opt/mumble-dockerfile
mumble docker image was build and is available:
docker_image.present:
- name: flipdot/mumble
- tag: latest
- build: /opt/mumble-dockerfile
mumble docker container is running:
docker_container.running:
- name: flipdot/mumble
- binds: /opt/mumble/data:/data
- port_bindings:
- 64738:64738
- 64738:64738/udp