Update README.md

This commit is contained in:
seahawk1986 2017-03-17 11:39:48 +01:00 committed by GitHub
parent 45b0519b83
commit 2275d97cc3

View File

@ -5,11 +5,8 @@ ansible playbooks for yaVDR
On a Ubuntu Server 16.04.x Installation run the following commands: On a Ubuntu Server 16.04.x Installation run the following commands:
``` ```
sudo add-apt-repository ppa:ansible/ansible sudo apt-get install git
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ansible git
git clone https://github.com/yavdr/yavdr-ansible git clone https://github.com/yavdr/yavdr-ansible
cd yavdr-ansible cd yavdr-ansible
ansible-playbook yavdr07.yml -c local -K -i localhost_inventory sudo ./install-yavdr.sh
``` ```