update README and hosts
This commit is contained in:
parent
65f90a610e
commit
4456de38de
15
README.md
15
README.md
@ -1,2 +1,17 @@
|
|||||||
# yavdr-ansible
|
# yavdr-ansible
|
||||||
ansible playbooks for yaVDR
|
ansible playbooks for yaVDR
|
||||||
|
|
||||||
|
## Usage:
|
||||||
|
|
||||||
|
On a Ubuntu Server 16.04.x Installation run the following commands:
|
||||||
|
```
|
||||||
|
sudo add-apt-repository ppa:ansible/ansible
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get dist-upgrade
|
||||||
|
sudo apt-get install ansible git
|
||||||
|
git clone https://github.com/yavdr/yavdr-ansible
|
||||||
|
cd yavdr-ansible
|
||||||
|
ansible-playbook yavdr07.yml -b -K
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user