An open API service indexing awesome lists of open source software.

https://github.com/debops/examples

Repository with example DebOps projects
https://github.com/debops/examples

Last synced: 12 months ago
JSON representation

Repository with example DebOps projects

Awesome Lists containing this project

README

          

## DebOps Examples

This is a repository of example [DebOps](http://debops.org/) projects - mostly
Ansible inventories and some additional Bash scripts, when user needs to
perform actions outside Ansible.

Further documentation will be added at a later time.

### Basic examples

* `vagrant-multi-machine`: Using Debops with a multi-machine
Vagrantfile
* `webhost-gitusers-dokuwiki`: Setting up a Webserver with nginx,
docuwiki and gituser.
* `testing-roles-rolespec-vagrant`: Setting up a virtual machine
(using Vagrant) for testing roles using
[rolespec](https://github.com/nickjj/rolespec)

### Advanced examples

* `debops-bootstrap`: Bootstrap a DebOps virtual machine with Vagrant
and run `debops` against it.
* `devlab`: manage a "development lab" on an Ubuntu/Xubuntu host with
KVM virtual machines guests, which also are LXC hosts for
containers.

### Other examples

* `vagrant-ansible-single-machine`: Using Ansible (but not debops)
with a single Vagrant box.