yavdr-ansible/README.md

14 lines
429 B
Markdown

# yavdr-ansible
ansible playbooks for yaVDR
## Usage:
On a Ubuntu Server 18.04.x (the alternative server installer should be preferred: https://www.ubuntu.com/download/alternative-downloads#alternate-ubuntu-server-installer) (or a minimal) Installation run the following commands:
```
sudo apt-get install git
git clone https://github.com/yavdr/yavdr-ansible
cd yavdr-ansible
git checkout bionic
sudo -H ./install-yavdr.sh
```