Go to file
Alexander Grothe 4b7ead99b2 Merge branch 'master' of https://github.com/yavdr/yavdr-ansible 2017-03-13 10:41:10 +01:00
group_vars Add role to install nfs-server, cleanup roles and configuration 2017-03-13 10:40:35 +01:00
handlers Add role to install nfs-server, cleanup roles and configuration 2017-03-13 10:40:35 +01:00
library Add role to install nfs-server, cleanup roles and configuration 2017-03-13 10:40:35 +01:00
roles Add role to install nfs-server, cleanup roles and configuration 2017-03-13 10:40:35 +01:00
LICENSE Initial commit 2017-02-19 13:53:08 +01:00
Manual.org Add role to install nfs-server, cleanup roles and configuration 2017-03-13 10:40:35 +01:00
README.md Update README.md 2017-03-05 15:25:13 +01:00
hosts update README and hosts 2017-02-19 14:06:11 +01:00
install-yavdr.sh Update install-yavdr.sh 2017-03-08 14:48:58 +01:00
localhost_inventory add localhost_inventory 2017-03-01 12:10:20 +01:00
yavdr07-headless.yml add role for samba-install, grub-config, update network and handlers 2017-02-23 13:15:04 +01:00
yavdr07.yml Add role to install nfs-server, cleanup roles and configuration 2017-03-13 10:40:35 +01:00

README.md

yavdr-ansible

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 -c local -K -i localhost_inventory