Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

bscofield/ansible-playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm experimenting with VMs for local development (using VirtualBox and Vagrant); this repo holds the Ansible playbooks that I'm using to provision those VMs.

For example, I've got a VM that just needs nginx (it's for the development of an angular.js app with no server-side component). Here's the relevant bit of the Vagrantfile:

config.vm.provision :ansible do |ansible|
  ansible.sudo = true
  ansible.playbook = "~/Projects/ansible/nginx.yml"
  ansible.inventory_path = "ansible_hosts"
end

About

Ansible playbooks that I'm using in various contexts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published