Merge branch 'bionic' of https://github.com/yavdr/yavdr-ansible into bionic

This commit is contained in:
Alexander Grothe 2017-12-28 15:53:21 +01:00
commit 14d05a742b
2 changed files with 3 additions and 2 deletions

View File

@ -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
```

View File

@ -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