Go to file
Maciej Delmanowski 132fcd70aa
Merge branch 'reixd-add_scripts'
2019-10-14 13:38:48 +02:00
debops-bootstrap Disable SSH host key checking 2016-02-21 21:50:24 +01:00
devlab Move projects one directory level up. 2014-11-27 12:06:05 +01:00
lib/vagrant/src Remove now unused copy of vagrant insecure key. 2014-11-27 12:16:35 +01:00
scripts Fix typo 2019-10-12 10:52:23 +02:00
testing-roles-rolespec-vagrant use official Debian boxes 2016-02-16 22:54:29 +01:00
vagrant-ansible-single-machine use official Debian boxes 2016-02-16 22:54:29 +01:00
vagrant-docker Add example for using Debops with Vagrant-managed docker containers. 2015-02-27 18:52:38 +01:00
vagrant-multi-machine added vbox.name 2016-08-25 13:32:56 +03:00
webhost-gitusers-dokuwiki use official Debian boxes 2016-02-16 22:54:29 +01:00
.gitignore Ignore Jetbrains IDEs 2019-10-10 21:56:54 +02:00
LICENSE Initial commit 2014-09-13 22:03:30 +02:00
README.md Add example Vagrant project for bootstrapping DebOps 2016-02-21 00:26:51 +01:00

README.md

DebOps Examples

This is a repository of example DebOps 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

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.