Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
add ansible playbook for provisioning, issue #136
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jan 3, 2016
1 parent 0294bbf commit 4883d86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
# View the documentation for the provider you're using for more
# information on available options.

# start Ansible provisioning
config.vm.provision "ansible" do |ansible|
ansible.verbose = "v"
ansible.playbook = "provisioning/playbook.yml"
end
end
3 changes: 3 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tasks:
name: "Install git"
apt: name=git

0 comments on commit 4883d86

Please sign in to comment.