From 02a1d941083f3db3adce37b77f25d3f1fb8dffe8 Mon Sep 17 00:00:00 2001 From: seahawk1986 Date: Thu, 28 Dec 2017 09:54:42 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ``` From f42fc8f1440fe29fa95cfef601934fd0e4638047 Mon Sep 17 00:00:00 2001 From: seahawk1986 Date: Thu, 28 Dec 2017 12:21:56 +0100 Subject: [PATCH 2/2] Update install-yavdr.sh --- install-yavdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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