This project deploys Media Server, an advanced solution for managing and streaming media content. It's designed for robust video and audio content hosting and streaming.
Before installation, ensure you have:
- Ansible 2.9 or higher.
- SSH access to the target server.
- Debian 10 x64 (Buster) on the target server.
-
Clone the Repository:
Run
git clone https://github.com/mediafoundation/media-server-deploy.git. -
Configure Variables:
- Copy
vars/variables.yml.exampletovars/variables.ymland modify it with your settings. - Copy
hosts/ms.exampletohosts/msand update it with your server(s) IPs where you want to install the software.
- Deployment: After configuration, deploy the media server by executing:
ansible-playbook deploy.yml -i hosts/ms