debops / examples

Repository with example DebOps projects
MIT License
61 stars 19 forks source link

Examples and research using debops with inventory generated by Vagrant. #2

Closed htgoebel closed 9 years ago

htgoebel commented 9 years ago

Using Ansible with a single Vagrant box

This project is an example for using Ansible with a single Vagrant machine. This project is the result of researching how to work with Debops and Vagrant and shows that this is not the way to go.

Using Debops with a multi-machine Vagrantfile

This project is an example for using Debops with a multi-machine Vagrantfile. It uses the Vagrant Ansible provider only to generate the inventory-file. Provision is then actually done using debops as usual.