13 lines
247 B
Markdown
13 lines
247 B
Markdown
# yavdr-ansible
|
|
ansible playbooks for yaVDR
|
|
|
|
## Usage:
|
|
|
|
On a Ubuntu Server 16.04.x Installation run the following commands:
|
|
```
|
|
sudo apt-get install git
|
|
git clone https://github.com/yavdr/yavdr-ansible
|
|
cd yavdr-ansible
|
|
sudo ./install-yavdr.sh
|
|
```
|