#Repository for my talk about ansible
- Presentation: http://slides.com/romansachse/deck-1
git checkout step1
=> bare repository not neededgit checkout step2
=> first vagrant serversgit checkout step3
=> inventorygit checkout step4
=> custom inventory in ansible.cfggit checkout step5
=> install nginx with playbook (playbook: playbook.yml)git checkout step6
=> install php with playbook (playbook: playbook.yml)git checkout step7
=> install 2 webservers, 1 db server, different roles etc. (playbook: provision.yml)