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:
|
|
|
|
```
|
|
|
|
sudo add-apt-repository ppa:ansible/ansible
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get dist-upgrade
|
|
|
|
sudo apt-get install ansible git
|
|
|
|
git clone https://github.com/yavdr/yavdr-ansible
|
|
|
|
cd yavdr-ansible
|
2017-02-19 21:38:07 +01:00
|
|
|
ansible-playbook yavdr07.yml -c local -K -i hosts
|
2017-02-19 14:06:11 +01:00
|
|
|
```
|