Merge branch 'bionic' of https://github.com/yavdr/yavdr-ansible into bionic
This commit is contained in:
commit
14d05a742b
@ -3,10 +3,11 @@ ansible playbooks for yaVDR
|
|||||||
|
|
||||||
## Usage:
|
## 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
|
sudo apt-get install git
|
||||||
git clone https://github.com/yavdr/yavdr-ansible
|
git clone https://github.com/yavdr/yavdr-ansible
|
||||||
cd yavdr-ansible
|
cd yavdr-ansible
|
||||||
|
git checkout bionic
|
||||||
sudo ./install-yavdr.sh
|
sudo ./install-yavdr.sh
|
||||||
```
|
```
|
||||||
|
@ -13,4 +13,4 @@ apt-get update
|
|||||||
apt-get -y install --no-install-recommends ansible
|
apt-get -y install --no-install-recommends ansible
|
||||||
|
|
||||||
# TODO: run ansible on local host
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user