14 lines
280 B
Markdown
14 lines
280 B
Markdown
# yavdr-ansible
|
|
ansible playbooks for yaVDR
|
|
|
|
## Usage:
|
|
|
|
On a Ubuntu Server 18.04.x (or 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 ./install-yavdr.sh
|
|
```
|