2017-02-19 13:53:08 +01:00
|
|
|
# yavdr-ansible
|
|
|
|
ansible playbooks for yaVDR
|
2017-02-19 14:06:11 +01:00
|
|
|
|
|
|
|
## Usage:
|
|
|
|
|
|
|
|
On a Ubuntu Server 16.04.x Installation run the following commands:
|
|
|
|
```
|
2017-03-17 11:39:48 +01:00
|
|
|
sudo apt-get install git
|
2017-02-19 14:06:11 +01:00
|
|
|
git clone https://github.com/yavdr/yavdr-ansible
|
|
|
|
cd yavdr-ansible
|
2017-03-17 11:39:48 +01:00
|
|
|
sudo ./install-yavdr.sh
|
2017-02-19 14:06:11 +01:00
|
|
|
```
|