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

https://github.com/dolph/bootstrap-debian

Bootstrap a Debian host for personal use.
https://github.com/dolph/bootstrap-debian

Last synced: about 1 year ago
JSON representation

Bootstrap a Debian host for personal use.

Awesome Lists containing this project

README

          

Bootstrap a Debian Server
=========================

To bootstrap a Debian server (`HOSTNAME`, in this case), run:

./bootstrap.sh

You can also bootstrap multiple servers in parallel by using ansible directly:

ansible-playbook -i "HOSTNAME1,HOSTNAME2,HOSTNAME3," --user="USER" --sudo bootstrap.yaml

Testing
-------

Bootstrap a vagrant box with:

vagrant up

When it's ready, you'll be able to use the box:

ssh 192.168.111.222