https://github.com/nchern/devops
my personal toolkit to bootstrap servers and build infrastructure
https://github.com/nchern/devops
devops infrastructure server-bootstrapping toolkit
Last synced: 9 months ago
JSON representation
my personal toolkit to bootstrap servers and build infrastructure
- Host: GitHub
- URL: https://github.com/nchern/devops
- Owner: nchern
- License: mit
- Created: 2020-07-23T05:56:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T00:21:55.000Z (over 1 year ago)
- Last Synced: 2025-01-21T22:36:29.985Z (about 1 year ago)
- Topics: devops, infrastructure, server-bootstrapping, toolkit
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devops
## Use cases
```bash
# bootstrap a simple node
curl https://raw.githubusercontent.com/nchern/devops/master/bootstrap-node.sh | sh
```
## Credits
Inspired by and created after [Drew DeVault's](https://drewdevault.com/) [new server checklist](https://drewdevault.com/new-server.html)