Add Ansible provisioning of Vagrant env

This commit is contained in:
Martin Polden
2014-01-26 20:59:29 +01:00
parent 137052410b
commit a67a47a93f
10 changed files with 74 additions and 23 deletions

View File

@ -0,0 +1,7 @@
---
- hosts: development
sudo: yes
roles:
- ntp
- golang
- vagrant