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
- Host: GitHub
- URL: https://github.com/debops/examples
- Owner: debops
- License: mit
- Created: 2014-09-13T19:59:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T11:39:00.000Z (over 6 years ago)
- Last Synced: 2025-06-11T05:11:23.266Z (about 1 year ago)
- Language: Shell
- Size: 53.7 KB
- Stars: 61
- Watchers: 9
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.