Created
March 22, 2013 21:25
Revisions
-
mattwillsher created this gist
Mar 22, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ --- - name: Setup Vagrant environment hosts: 127.0.0.1 connection: local vars: - vagrantbox: CentOS-6.4-x86_64-v201303090 - vagrantdir: $ENV(HOME)/Development/ansible/$vagrantbox tasks: - name: Directory $vagrantdir file: path=$vagrantdir state=directory - name: Vagrantfile template: src=templates/Vagrantfile.j2 dest=$vagrantdir/Vagrantfile