diff --git a/README.md b/README.md index 84037b6..a2a1790 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ ansible playbooks for yaVDR ## Usage: -On a Ubuntu Server 16.04.x Installation run the following commands: +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 ``` diff --git a/install-yavdr.sh b/install-yavdr.sh index 376af4e..6bdfd75 100755 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -13,4 +13,4 @@ apt-get update apt-get -y install --no-install-recommends ansible # TODO: run ansible on local host -ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags=install +ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags=all