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.
- Host: GitHub
- URL: https://github.com/dolph/bootstrap-debian
- Owner: dolph
- Created: 2015-01-16T19:50:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T17:20:53.000Z (over 11 years ago)
- Last Synced: 2025-02-10T01:41:22.610Z (over 1 year ago)
- Language: Shell
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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